*UPolyX v0.5*
written by Delikon/www.delikon.de
ENTRYPOINT: 15360
FILEENTRYPOINT: 4760
[+] Checking for UPX
[+] Yes this is packed with UPX!
[+] Replace the section name UPX with irnY
[+] the second UPX section starts at 0x400
[+] the second UPX section is 0x4600 big
[+] Found a 0x128 big space for the decryptor
[+] using the xor/xor 4 byte decryptor
[+] Using for Register1 EBX
[+] Using for Register2 EAX
[+] use 0x1b0f74 as manipulationBytes
[+] encrypt 160 bytes from address 0x1015360 till address 0x1015400
[+] Generated 0x38 byte decryptor
[+] Generated 0xe1 bytes of trash
PRESS A KEY
D:\Documents and Settings\Administrator\Desktop>
--------------------------------------------------------------------------------
now load the notepad.exe with olly . olly should warn u about the compressed code. just say YES
the code should now look like this :
now press F8 once again
u'll come to somewhere like :
--------------------------------------------------------------------------------
01015341 BE DB BE
01015342 00 DB 00
01015343 10 DB 10
01015344 01 DB 01
01015345 01 DB 01
01015346 8D DB 8D
01015347 BE DB BE
01015348 00 DB 00
01015349 00 DB 00
0101534A FF DB FF
0101534B FF DB FF
0101534C 57 DB 57 ; CHAR 'W'
0101534D 83 DB 83
0101534E CD DB CD
0101534F FF DB FF
01015350 EB DB EB
01015351 10 DB 10
01015352 90 DB 90
01015353 90 NOP
01015354 90 DB 90
01015355 90 DB 90
01015356 90 DB 90
01015357 90 NOP
01015358 8A DB 8A
01015359 06 DB 06
0101535A 46 DB 46 ; CHAR 'F'
0101535B 8807 MOV BYTE PTR DS:[EDI],AL
right click. Analysis > Remove Analysis from this module
the code will become like this :
take the jump with a F9, and u r at the entrypoint of the notepad.exe
now keep the olly window like this and open LORDPE
select the notepad.exe process, right click > dump full ... save it as dumped.exe
now open ImpRec
attach to active process - notepad.exe, many things will scroll down in log window
now in "IAT infos needed" window put : 739D
OEP = (RVA from olly) - (original OEP)
= 0100739D - 01000000
= 739D
press IAT autosearch, it should come up with a window "FOUND SOMETHING", press OK
now press GET IMPORTS
manythings should comeup in "Imported Functions Found" window
now press FIX DUMP & choose ur previously DUMPED.EXE by lordPE the log window should say C:\DUMPED_.EXE save successfully and voila u r DONE