View Single Post
  #270  
Old 10-02-2026, 05:34
USSRCoder USSRCoder is online now
Registered User
 
Join Date: Feb 2026
Location: Lviv
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
USSRCoder is on a distinguished road
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.
Reply With Quote