Posted December 15, 20177 yr Difficulty : 7Language : C++Platform : WindowsOS Version : AllPacker / 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 : Download : HelloWorld.zip
December 22, 20177 yr 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 Nacho_dj HelloWordUnbundled.rar
December 22, 20177 yr Author 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 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