iNoob Posted December 15, 2017 Posted December 15, 2017 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
Nacho_dj Posted December 22, 2017 Posted December 22, 2017 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 1
iNoob Posted December 22, 2017 Author Posted December 22, 2017 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now