Quote:
Originally posted by britedream
instead of pressing shift+f9 as noted in my remarks, press
ctrl+f11 , you will be in the same place as above and you will see also in trace window
mov ecx=[# bytes to be erased], retart, set condition to be
ecx=# of bytes u saw, trace from where u traced before, it will
stop just before erasing stolen bytes, go up to the jump above
, will take you to the place where u should be looking for them.
|
I found another target that is also written in delphi, and has the same missing bytes (11 of them, same as the tutorial labba wrote).. with that knowledge I should be able to apply the steps you gave me to find the missing bytes in the code.
Thanks again britedream,
-t0x