mirror of
https://github.com/serge1/ELFIO.git
synced 2025-01-30 15:32:44 +00:00
582d929d9d
== DETAILS The Wii U uses a slightly customized ELF format which uses zlib compression on certain section types. This commit adds the following: - add `SHT_` constants for the custom ELF sections - add `SHF_RPX_DEFLATE` flag used to denote a compressed section - add code in the section `load()` method to detect the `SHF_RPX_DEFLATE` flag and decompress the section