Posted: Tue Nov 15, 2016 10:38 am Post subject: Problem with pointer and offset
When i scan i have some problem. it here.
1I find out what access address
the red square is what appear when i use skilll.
What opcode is good??
2:When i choose 1 opcode. The address is not the same
When i find 1257FE4B the found is 0
When i find 1257FE48 the found is 60
4: When i add the pointer
the vaule i need to find is 1257FEEF but i have 1257FEEC
whatt i wrong? where i wrong??
tks for help
1257FEEF isn't 4-byte aligned. Based on the instructions accessing that address, I'm pretty sure the address you're looking for is 1257FEEC as a float.
If you want to ignore that, then just add 3 to the last offset. _________________
I don't know where I'm going, but I'll figure it out when I get there.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum