Skip to content
Snippets Groups Projects
  1. Nov 14, 2022
  2. Nov 12, 2022
  3. Nov 11, 2022
  4. Nov 10, 2022
  5. Nov 04, 2022
    • Nathan Strong's avatar
      Externalize zlib dependency · 76082690
      Nathan Strong authored
      == DETAILS
      
      - define an interface/abstract class for zlib implementation
      - update the code to reference the implementation, remove zlib dependency
      - use constructor injection to provide implementations to elfio
      - add a test to validate the injected object gets used properly
      `
      76082690
    • Nathan Strong's avatar
      fix mismatched allocator warning · 04985836
      Nathan Strong authored
      04985836
    • 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
  6. Oct 16, 2022
  7. Sep 29, 2022
  8. Sep 28, 2022
  9. Sep 26, 2022
  10. Sep 23, 2022
  11. Sep 22, 2022
  12. Sep 17, 2022
  13. Sep 16, 2022
  14. Sep 04, 2022
  15. Sep 01, 2022
  16. Aug 31, 2022
  17. Aug 30, 2022
  18. Aug 29, 2022
  19. Jul 28, 2022
  20. Jul 18, 2022
  21. Jul 17, 2022
Loading