Sean1337 Master Cheater
Reputation: 0
Joined: 04 May 2007 Posts: 478
|
Posted: Mon Jun 25, 2007 10:24 pm Post subject: Need help understanding what's going on again.. |
|
|
Ok so I'll start with this picture:
What does movzx mean and what does "byte ptr" mean, just a pointer with value byte?
If so, look at the next image.
after it does that instruction, the eax becomes CE, how does it become CE? is the value of the pointer [eax+000001a2] or the address that the pointer points to moved into eax? I'm not sure cause look at the next image:
The pointer doesn't even point anywhere..points to an empty memory region
Pointer for eax is: 363671A8 + 2278
SO CONFUSED!
I'm trying to understand how eax becomes CE from the previous instruction.
Who can explain ?
Thanks,
-Sean
EDIT: Figured out what I wanted to figure out! |
|