ELFIO/elfio
Nathan Strong 582d929d9d Add support for reading Wii U RPX/RPL
== 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
2022-11-04 18:12:15 +02:00
..
elf_types.hpp Add support for reading Wii U RPX/RPL 2022-11-04 18:12:15 +02:00
elfio_array.hpp Add 'explicit' keyword 2022-09-17 09:26:05 +03:00
elfio_dump.hpp Additional SHF flags 2022-09-26 15:34:01 +03:00
elfio_dynamic.hpp Add 'explicit' keyword 2022-09-17 09:26:05 +03:00
elfio_header.hpp Modernize more files 2022-09-01 18:50:02 +03:00
elfio_modinfo.hpp More refactoring 2022-09-16 20:51:20 +03:00
elfio_note.hpp Add 'explicit' keyword 2022-09-17 09:26:05 +03:00
elfio_relocation.hpp Apply advices given by clang-tidy 2022-09-28 20:09:39 +03:00
elfio_section.hpp Add support for reading Wii U RPX/RPL 2022-11-04 18:12:15 +02:00
elfio_segment.hpp fix alloc-dealloc-mismatch reported in ASAN 2022-09-04 21:20:43 +03:00
elfio_strings.hpp Modernize more files 2022-09-01 18:50:02 +03:00
elfio_symbols.hpp Address more warnings reported by SonarLint 2022-09-23 17:54:24 +03:00
elfio_utils.hpp More refactoring reported by SonarLint 2022-09-16 20:47:27 +03:00
elfio_version.hpp Upgrade the version to 3.11 2022-02-08 10:41:27 +02:00
elfio_versym.hpp Apply advices given by clang-tidy 2022-09-28 20:09:39 +03:00
elfio.hpp Add missing <array> include 2022-09-01 16:20:42 +03:00