![]() |
|
|
|
#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
|
|||
|
|||
|
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) | ||
|
#8
|
|||
|
|||
|
simply:
hr esp-4 f9f9f9
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| x64DBG trace logging | Stingered | General Discussion | 1 | 12-22-2022 16:00 |