mrcrowbar.lib.compressors.lzss module

class mrcrowbar.lib.compressors.lzss.LZSSCompressor[source]

Bases: Transform

F = 18
N = 4096
THRESHOLD = 2
import_data(buffer, parent=None)[source]

Perform a reverse-transform on a byte string.

buffer

Source byte string.

parent

Parent object of the source (to provide context for Refs).