Posted: Sun Sep 27, 2020 7:05 pm Post subject: found pointer's probably value "FFFFFFFFFFFFFFEC"
found pointer's probably value "FFFFFFFFFFFFFFEC" when i use find what write/access to this address.
this value seems wrong and i dont know how to deal with it.
any one can help me find this out.
thx.
The instruction is modifying the same register used for address calculation. e.g. mov eax,[eax+5C]
Take whatever address you were accessing, subtract the offset from it (e.g. 5C), and that would've been CE's guess. _________________
I don't know where I'm going, but I'll figure it out when I get there.
1.if i pick rcx value "xxxxxxx",
2.i search this value and get several result which should be pointer's address.
3.find what access to this address (with action in game)
4.find next value just like step 1 rcx .
do steps above until find the static pointer address.
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