Thread: mupack
View Single Post
  #1  
Old 12-15-2015, 08:44
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
Do not share outside EXETools.com, otherwise development will cease.

Updated:
* removed asmjit, replaced with Xbyak.
* added DLL reentrancy.
* saved bytes in entrypoint, down to 34 bytes.
* removed aplib (lzss based), replaced with a lz77+arithmetic coder backend:
double the depacker size (around 360 bytes compared to 160 bytes for aplib), yet a much improved compression ratio, nearing the private packer builds compression ratio in some cases, which uses LZMA.
Attached Files
File Type: zip mupack_pub54.zip (189.1 KB, 55 views)
Reply With Quote
The Following 4 Users Gave Reputation+1 to mudlord For This Useful Post:
alephz (12-26-2015), chessgod101 (12-22-2015), niculaita (12-16-2015), Storm Shadow (12-17-2015)
The Following 5 Users Say Thank You to mudlord For This Useful Post:
JeRRy (12-15-2015), niculaita (12-16-2015), nikkapedd (12-16-2015), ReBirth (12-19-2015), wilson bibe (12-17-2015)