
08-01-2022, 02:30
|
Registered User
|
|
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,177
Thanks: 284
Thanked 1,376 Times in 619 Posts
|
|
MCM
- General compressor. Good on binary files (exe/dll).
Example Usage:
Code:
[External compressor:mcm]
header = 0
packcmd = {compressor} -x7 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = {compressor} d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
https://encode.su/threads/2127-MCM-LZP
https://github.com/mathieuchartier/mcm
By Mat Chartier
Last edited by Masquerade; 08-01-2022 at 03:28.
|