|
Unpacking, Olly Code display
'lo all,
I've run into a bit of trouble on working thru the
ASPack Unpackme from this thread:
hxxp://www.exetools.com/forum/showthread.php?s=&threadid=2728&highlight=aspack+2.12
Trouble is all the steps described work fine, but
when I get back to the OEP in the unpacked
program Olly doesn't display the updated code.
ex: Instead of
55 Push EBP
8B EC Mov EBP, ESP
etc..etc..
I See:
55 db 55
8B db 8B
EC db EC
etc...
Is there an option/setting in Olly (1.09d) that
refreshes/rebuilds that on the fly that I missed?
The code works but just doesn't display correctly in
the CPU window.
(If I right click and choose Analyze->Analyze Code
The display updates correctly but I figure it must
be able to do it automatically).
TIA,
-bg
Thanks to R@dier for an excellent beginners tute.
|