darkassassinclone How do I cheat?
Reputation: 0
Joined: 28 Jun 2012 Posts: 3
|
Posted: Mon Aug 20, 2012 6:13 pm Post subject: Help to find parent routine |
|
|
hello there, i have these two addresses:
game.exe+363085
game.exe+386E25
designed for this code:
Code: |
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
newmem:
mov ecx,[edi+14]
mov [esi+14],00
originalcode:
mov ecx,[edi+14]
mov [ebp-04],00000000
exit:
jmp returnhere
[addresses go here]:
jmp newmem
db 90 90 90 90 90
returnhere:
|
how would i go about finding the root quest pointer on parent routine of parent routine of this routine, using debugger or not using it? I am total newb at this stuff.
??I believe has something to do with ebp??
|
|