Skip to content
Snippets Groups Projects
  1. Nov 04, 2022
    • Nathan Strong's avatar
      Add support for writing RPL/RPX · ac542cbb
      Nathan Strong authored
      == DETAILS
      Honor the compression flag and write compressed section data.
      ac542cbb
    • Nathan Strong's avatar
      Add support for reading Wii U RPX/RPL · 582d929d
      Nathan Strong authored
      == 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
      582d929d
  2. Oct 16, 2022
  3. Sep 29, 2022
  4. Sep 28, 2022
  5. Sep 26, 2022
  6. Sep 23, 2022
  7. Sep 22, 2022
  8. Sep 17, 2022
  9. Sep 16, 2022
  10. Sep 04, 2022
  11. Sep 01, 2022
  12. Aug 31, 2022
  13. Aug 30, 2022
  14. Aug 29, 2022
  15. Jul 28, 2022
  16. Jul 18, 2022
  17. Jul 09, 2022
  18. Jul 04, 2022
  19. Jul 01, 2022
  20. Jun 21, 2022
  21. Jun 19, 2022
  22. Jun 18, 2022
  23. Jun 16, 2022
  24. Jun 11, 2022
Loading