Hello everyone,
I've been working on making the smallest possible LZMA decompressor.
I used Eugene's LZMA source code (http://nishi.dreamhosters.com/u/lzma.rar) to create this.
I'm sure someone has made a smaller LZMA decompressor executable. But, I thought I'd share mine for anyone who is interested. Note that decompression speed DID NOT decrease with this exe. If someone is interested, I can always make it smaller stil but also lose performance.
USAGE:
Code:
decomp.exe d file.lzma file.unp
Have fun and please share a smaller exe if you have one!