gendx/lzma-rs
Support legacy LZMA format with `unpacked_size` 32bit long
Open
#13 opened on Nov 13, 2019
enhancementhelp wanted
Repository metrics
- Stars
- (151 stars)
- PR merge metrics
- (PR metrics pending)
Description
Old versions of lzma SDKs (e.g. from 7zip) were using 32bit long field for the unpacked size in the header. Would be awesome to have support for these too. The LZMA SDK 4.05 (from 2004 year) for example handles it this way.