jaked
October 11th, 2005, 04:35
hi.
just say i have a bunch of code like so:
#1: mov edx,dword ptr[65525]
#2: push edx
#3: call 407714
#4: mov dword ptr[65525],eax
#5: ret
if the call at line #3 returns value 1 into eax and i want it to return value 0 into eax everytime how do i do this?
note i can do this by breakpoint at #4 and changing eax to 0 manually in olly, but this call it called like 60 times a second, so can olly automaticly change eax to 0 between lines #3 and #4 for me?
just say i have a bunch of code like so:
#1: mov edx,dword ptr[65525]
#2: push edx
#3: call 407714
#4: mov dword ptr[65525],eax
#5: ret
if the call at line #3 returns value 1 into eax and i want it to return value 0 into eax everytime how do i do this?
note i can do this by breakpoint at #4 and changing eax to 0 manually in olly, but this call it called like 60 times a second, so can olly automaticly change eax to 0 between lines #3 and #4 for me?