Skip to main content

Module decompress

Module decompress 

Source
Expand description

AutoIt compressed payload decompression.

Dispatches on the 8-byte wrapper header (4-byte magic plus a big-endian decompressed-size field) to the matching codec: the EA04/EA05/EA06 LZ scheme handled here, or the JB00/JB01 adaptive-Huffman + LZSS scheme in the jb submodule.

Structs§

Limits
Decompression limits.

Functions§

decompress
Decompresses an AutoIt compressed blob.