Jump to content
Tuts 4 You

PeBundle 3.20 + PeCompact 3.02.2


iNoob

Recommended Posts

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

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...