gendx/lzma-rs

Fail to decompress these data streams ("brcm-lzma" method?)

Open

#25 opened on Jan 22, 2020

 (5 comments) (0 reactions) (0 assignees)Rust (37 forks)auto 404
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.

lzma_alt_samples.zip

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.

Contributor guide