Jump to content
Tuts 4 You

PeBundle 3.20 + PeCompact 3.02.2


Recommended Posts

Posted

Difficulty : 7
Language : C++
Platform : Windows
OS Version : All
Packer / Protector : PeBundle 3.20 + PeCompact 3.02.2

Description :

An EXE and DLL are bundled together with PeBundle and the result is compressed with PeCompact. The objective is to obtain the EXE and DLL (not bundled together).

Screenshot :

HelloWorld.PNG.a7a5db41f2cd917c0821f7b5e012c092.PNG

 

Download :

HelloWorld.zip

Posted

A nice exercise...

It was first unpacked, then extracted internal dll and rebased, fixed import table and eventually resources changed of virtual address, also minimized all sections.

This could be automated to be done with a click, though.

Merry Christmas to all :rudolph:

Nacho_dj

HelloWordUnbundled.rar

  • Like 1
Posted
6 hours ago, Nacho_dj said:

A nice exercise...

It was first unpacked, then extracted internal dll and rebased, fixed import table and eventually resources changed of virtual address, also minimized all sections.

This could be automated to be done with a click, though.

Merry Christmas to all :rudolph:

Nacho_dj

HelloWordUnbundled.rar

Good work ! Solution accepted.

I lost the original executable, but I can confirm the one you uploaded works correctly and the code of DLL is 100% match with original.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...