Frenchy75 How do I cheat?
Reputation: 0
Joined: 05 Oct 2012 Posts: 1
|
Posted: Fri Oct 05, 2012 9:50 am Post subject: Find pointer problem |
|
|
Hi, sorry for my english.
However, I need help. I would like found memory and offset address but I'm Surrounded.
I have used: "find out what writes to this adress and I obtains this result:
Code: | 01887278 - 01 48 04 - add [eax+04],ecx |
When I click on More Information:
Code: |
EAX=1026AB80
EBX=28147D18
ECX=00000001
EDX=0070DA90
ESI=00000038
EDI=00000B60
EBP=0070DA94
ESP=0070DA80
EIP=0188727B
Probable base pointer =1026AB80
01887273 - jne Borderlands2.AK::MemoryMgr::SetMonitoring+4FA4B
01887275 - mov ecx,[ebp+10]
01887278 - add [eax+04],ecx
0188727B - push esi
0188727C - mov ecx,ebx
|
Code: | Borderlands2.AK::MemoryMgr::SetMonitoring+4FA43 - 75 06 - jne Borderlands2.AK::MemoryMgr::SetMonitoring+4FA4B
Borderlands2.AK::MemoryMgr::SetMonitoring+4FA45 - 8B 4D 10 - mov ecx,[ebp+10]
Borderlands2.AK::MemoryMgr::SetMonitoring+4FA48 - 01 48 04 - add [eax+04],ecx
Borderlands2.AK::MemoryMgr::SetMonitoring+4FA4B - 56 - push esi
|
I can see my adress: 1026AB84 but where is pointer adress ?
Thank
Regards,[/code]
|
|