BruceLee
October 17th, 2002, 08:49
LogfileTail
Download file size: 756 K
=========================
Packed with ASProtect v1.23 A.S
----------------- 1. FINDING OEP AND DUMPING ------------------
01894AB3  55                  PUSH      EBP
01894AB4  8BEC                MOV       EBP,ESP
01894AB6  83C4E8              ADD       ESP,-18
01894AB9  53                  PUSH      EBX
01894ABA  56                  PUSH      ESI
01894ABB  57                  PUSH      EDI
01894ABC  33C0                XOR       EAX,EAX
01894ABE  8945EC              MOV       [EBP-14],EAX
01894AC1  8945E8              MOV       [EBP-18],EAX
01894AC4  B894904800          MOV       EAX,00489094
01894AC9  6862944800          PUSH      00489462
01894ACE  C3                  RET
558bec83c4e853565733c08945ec8945e8b894904800 ; bytes to add before 00489094
OEP = 0489094-16 = 48907E
-------------------- 2. GETTING IAT --------------------------
call    01xxxxxx
call    01xxxxxx    ; I type here d *edi
mov     edx, [edi]
mov     [edx], eax
jmp     01xxxxxx
edi = 48e17c
d 48e17c and scroll down
? 492000 - 48e17c
3e84
Ok, I filed that memory range with 00h.
Start ImpREC
Put in ImpREC oep = 89462
IATAutosearch, getImports
show invalid -> trace level 1    <<<<<<<< FAILED!!!
i try with aspr v1.2 plugin but again FAILED!!!!
Later I'll try with Splaj ASPr v1.3 plugin but FAILED too!
It's a lot of SM code 
 
In attach is my tree.txt with unresolved functions.
Can anybody helps me?
Bruce Lee