Module compression

Source
Expand description

Parsing CompressionHeader from compressed ELF sections

Note: This library does not provide any decompression functionality, but does expose parsed ELF compression headers alongside the raw compressed data.

It is up to users of the library to choose the decompression library of their choice when dealing with compressed section contents.

Structs§

CompressionHeader
Elf32_Chdr
C-style 32-bit ELF Compression Header definition
Elf64_Chdr
C-style 64-bit ELF Compression Header definition