refinery
refinery copied to clipboard
Implement LZMS for MS Compression Formats
The LZMS mode for MS compression: https://github.com/binref/refinery/blob/6b5332f350882b753f23205dd0946e47688d3f48/refinery/units/compression/mscf.py#L29
is not currently implemented: https://github.com/binref/refinery/blob/6b5332f350882b753f23205dd0946e47688d3f48/refinery/units/compression/mscf.py#L145
I have not yet come across a malware sample that uses this, though, so this remains a low priority.