Thread: mupack
View Single Post
  #1  
Old 08-31-2015, 11:21
mudlord's Avatar
mudlord mudlord is offline
Family
 
Join Date: Aug 2015
Posts: 83
Rept. Given: 11
Rept. Rcvd 69 Times in 25 Posts
Thanks Given: 37
Thanks Rcvd at 190 Times in 50 Posts
mudlord Reputation: 69
mupack

This is a small executable packer that I have been working on and off for some time. The public build is restricted compared to the private one, but it still packs alright. There is some bugs:

Known bugs:
* Resources are not compressed in certain cases. Might redo resource compression to fix this.
* TLS callbacks with DLLs don¡¯t work fully. TLS callback tables and ptrs need to be relocated via the relocs.
* Proxy TLS callback not implemented. I guess this is a feature as atm it works like a antidebug trick. Ideally it should handle TLS callbacks cleanly to ease debugging.
* Crash when unpacking VBA-Ms Wx build. Not sure why, need to fix the above TLS issue before fixing this. This would make debugging a lot easier.
* Digital code signing when executables are packed does not work.

Source code:
Quote:
https://github.com/mudlord/mupack
Attached Files
File Type: zip mupack_pub.zip (214.3 KB, 40 views)

Last edited by mudlord; 07-05-2016 at 07:43.
Reply With Quote
The Following 3 Users Gave Reputation+1 to mudlord For This Useful Post:
canopus (09-02-2015), MarcElBichon (09-01-2015), mr.exodia (08-31-2015)
The Following 8 Users Say Thank You to mudlord For This Useful Post:
alekine322 (03-17-2016), Asus (10-05-2015), chessgod101 (10-05-2015), giv (10-05-2015), Max (09-14-2015), rukov (08-31-2015), Storm Shadow (08-31-2015), [ID]ZE (09-01-2015)