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
..
2022-09-17 09:26:05 +03:00
2022-09-26 15:34:01 +03:00
2022-09-17 09:26:05 +03:00
2022-09-01 18:50:02 +03:00
2022-09-16 20:51:20 +03:00
2022-09-17 09:26:05 +03:00
2022-09-01 18:50:02 +03:00
2022-02-08 10:41:27 +02:00
2022-09-01 16:20:42 +03:00