Skip to main content

Crate libazo

Crate libazo 

Source
Expand description

Decompression library for the AZO format.

AZO is an LZ77 variant with arithmetic coding, adaptive probability models, and an optional x86 CALL/JMP address filter. The entry point is extract_azo; see its docs for the streaming and bomb-limit parameters.

Modules§

x86

Enums§

AzoError
Errors returned by extract_azo.

Functions§

extract_azo
Extract an AZO compressed stream.

Type Aliases§

DecryptFn
Decryption callback type. Called with a mutable slice to decrypt in place.