Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   pe-compact (https://forum.exetools.com/showthread.php?t=2889)

DCZ 10-26-2003 21:00

pe-compact
 
I have been having problem trying to unpack a Pe-compact 1.68 packed dll. Any ideas how to get around this.
Please help.

DCZ 10-27-2003 01:18

Inline patching doesn`t work
 
I have also tried inline patching .....yet it doesn`t work as i expected

Nightfly 10-27-2003 02:12

Are you sure the patch is correct? First try to patch it in memory (sice, ollydbg) to see if it works correct.

DCZ 10-27-2003 02:43

Inline patching
 
Patching in memory with ollydbg works, but when i try to inline patch it doesn`t work.Maybe my patch gets overwritten by unpacker code..i suppose. Is there any cool method to find blank space to inject code? I usually inject code at the end of any section.

MaRKuS-DJM 10-27-2003 02:54

Re: Inline patching
 
1 Attachment(s)
Quote:

Originally posted by DCZ
Patching in memory with ollydbg works, but when i try to inline patch it doesn`t work.Maybe my patch gets overwritten by unpacker code..i suppose. Is there any cool method to find blank space to inject code? I usually inject code at the end of any section.
i think it's the same as with aspack... the jump to the oep is written while unpacking... set a "memory on write" breakpoint in ollydbg on the oep-jump. then you will see the "bad code".

if you have no space for inline-patching, use this litte tool (attachment) zeroadd... it adds an empty section where you can write your inline-patch.
i hope this helps.

MaRKuS TH-DJM

R@dier 10-27-2003 12:41

@MaRKuS-DJM

Thanks for the tool :)

R@dier


All times are GMT +8. The time now is 03:22.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX