Hi all,
I doing some RE work and I've stumbled upon something that I haven't seen before. Basically there is a local variable defined as var_60 (size 60). Before a call is made to a function, the code loads the address of var_60 into esi and the whole function uses esi+SOME_CONST to access and store data.
Two questions:
1. What is the best representation of this asm code in C?
2. Sine there are no variable, but only esi+SOME_CONST, it's quite confusing to follow the program. Is there any way to help me navigate through this?
Thanks!






