Skip to content
Snippets Groups Projects
  1. Dec 31, 2022
  2. Dec 17, 2022
  3. Dec 15, 2022
  4. Nov 30, 2022
  5. Nov 29, 2022
  6. Nov 24, 2022
  7. Nov 19, 2022
  8. Nov 18, 2022
  9. Nov 14, 2022
  10. Nov 12, 2022
  11. Nov 11, 2022
  12. Nov 10, 2022
  13. 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
  14. Oct 16, 2022
  15. Sep 29, 2022
  16. Sep 28, 2022
  17. Sep 26, 2022
  18. Sep 23, 2022
  19. Sep 22, 2022
  20. Sep 17, 2022
  21. Sep 16, 2022
  22. Sep 04, 2022
  23. Sep 01, 2022
Loading