gendx/lzma-rs
Support legacy LZMA format with `unpacked_size` 32bit long
Aperta
#13 aperta il 13 nov 2019
enhancementhelp wanted
Metriche repository
- Star
- (151 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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.