![]() |
|
#1
|
|||
|
|||
|
How to trace PECompact2 packed exe?
Hi all,
I tried to manually unpack the exe packed with PECompact2, but this thing seems like a beast to me, it setup a SEH, then raise an exception to execute the SEH handler code, and in the SEH handler code, it raises another SEH, and this process repeats times, does anyone know how to trace such programs ? Thank you. [ADDED] I've uploaded the PECompact v2 onto FTP for anyone who's interested in checking it. |
|
#2
|
|||
|
|||
|
It is very simple...
I've unpacked it with Olly. 1. Run prog with F9. Break on SEH (access violation) 2. View->Memory. Break on .code section. Run with Shift+F9. Breaking on 7XXXXX (usually). 3. Run till return (Ctrl+F12). Exit from function. 4. set break on jmp eax (it is nearby) 5. We are on OEP. |
|
#3
|
|||
|
|||
|
Quote:
Thank you. |
|
#4
|
||||
|
||||
|
i wrote tutorial for beta, and now i edited for final.
|
|
#5
|
|||
|
|||
|
Wow, MaRKuS-DJM. You are rock.
Thank for your tutor and crack file of PECompact 2.0 |
|
#6
|
|||
|
|||
|
Really appreciate
|
|
#7
|
|||
|
|||
|
nice tutorial
where is crack file of PECompact 2.0??? thanks. |
|
#8
|
|||
|
|||
|
hi fulone,
Cracked exe in zip file doesn't run by itself, you need other Components. If you haven't downloaded the trial version of PECompact v2 yet, first you should donwload and install it, next overwirte or replace the pec2gui.exe by the file in zip. hxxp://www.collakesoftware.com/files/pec2setup.zip P.S. PECompact v2.01 has already been released. ckaso |
|
#9
|
|||
|
|||
|
I already got it.
Thanks.
|
|
#10
|
||||
|
||||
|
PeCompact 2.02 was released today. nothing new in it
|
|
#11
|
|||
|
|||
|
This is my Unpack PECompact 2.xx script
You can use this script to Unpack PECompact 2.xx:
Quote:
|
| The Following User Says Thank You to CCDebuger For This Useful Post: | ||
leader (02-06-2018) | ||
|
#12
|
|||
|
|||
|
simply:
hr esp-4 f9f9f9
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| x64DBG trace logging | Stingered | General Discussion | 1 | 12-22-2022 16:00 |