|
Help me find a recompressor for LZMA, .exe archive (100 MB). Made with Inno Setup Data (5.3.6) (u). 100% LZMA is used (for Setup Data and Setup Files, I wrote the unpacker).
I need to unpack an LZMA stream and then pack it into an archive (FreeARC).
I'm doing this for myself; I don't need to create an Installer later.
I tried:
xtool precomp -mzlib+preflate+reflate+lz4+lz4hc+lzo1x+zstd -c1024 MB
precomp.exe -intense -brute
bms2xtl.exe (but bms2xtl.ini says Exclude=lzma_dynamic,snappy)
and many other utilities, but they don't find LZMA streams in this exe.
Finds only quickbms.exe zlb1a.bms.
Last edited by USSRCoder; 10-02-2026 at 05:41.
|