gendx/lzma-rs
Fail to decompress these data streams ("brcm-lzma" method?)
Open
#25 opened on Jan 22, 2020
enhancementhelp wanted
Repository metrics
- Stars
- (151 stars)
- PR merge metrics
- (PR metrics pending)
Description
Unpacking the data, and noted that some streams can't be unpacked with lzma-rs, see the attached files of the compressed and uncompressed chunks.
The chunks were successfully unpacked with this library instead: https://github.com/firmadyne/sasquatch/tree/master/LZMA/lzmalt
The algorithm itself seems came out of the Broadcom LZMA modification.