- Dec 31, 2022
-
-
Serge Lamikhov-Center authored
-
- Dec 17, 2022
-
-
Serge Lamikhov-Center authored
-
- Dec 15, 2022
-
-
Serge Lamikhov-Center authored
-
- Nov 30, 2022
-
-
Serge Lamikhov-Center authored
-
- Nov 29, 2022
-
-
Nam Cao authored
append_data() and insert_data() have almost the same implementation. Change append_data() to simply call insert_data().
-
Nam Cao authored
-
Serge Lamikhov-Center authored
-
- Nov 24, 2022
-
-
Serge Lamikhov-Center authored
-
Serge Lamikhov-Center authored
-
- Nov 19, 2022
-
-
Serge Lamikhov-Center authored
-
Sam James authored
Distributions often do builds with no network access available for both security reasons and also to ensure reproducibility. This change tells CMake to query the system for a copy of gtest, but if it's not available, it'll fall back to downloading via FetchContent.
-
- Nov 18, 2022
-
-
Serge Lamikhov-Center authored
-
- Nov 14, 2022
-
-
Serge Lamikhov-Center authored
-
Serge Lamikhov-Center authored
-
- Nov 12, 2022
-
-
Serge Lamikhov-Center authored
-
Serge Lamikhov-Center authored
-
Serge Lamikhov-Center authored
-
Serge Lamikhov-Center authored
-
- Nov 11, 2022
-
-
Serge Lamikhov-Center authored
-
Serge Lamikhov-Center authored
-
- Nov 10, 2022
-
-
Serge Lamikhov-Center authored
-
Serge Lamikhov-Center authored
-
Serge Lamikhov-Center authored
-
- Nov 04, 2022
-
-
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 `
-
Nathan Strong authored
-
Nathan Strong authored
== DETAILS Honor the compression flag and write compressed section data.
-
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
-
- Oct 16, 2022
-
-
Serge Lamikhov-Center authored
-
- Sep 29, 2022
-
-
Serge Lamikhov-Center authored
-
- Sep 28, 2022
-
-
Serge Lamikhov-Center authored
-
- Sep 26, 2022
-
-
tgotic authored
-
- Sep 23, 2022
-
-
Serge Lamikhov-Center authored
-
- Sep 22, 2022
-
-
tgotic authored
Added some types and strings, table for OS/ABI, added OS/ABI and ABI version to dump
-
- Sep 17, 2022
-
-
Serge Lamikhov-Center authored
-
- Sep 16, 2022
-
-
Serge Lamikhov-Center authored
-
Serge Lamikhov-Center authored
-
- Sep 04, 2022
-
-
bladchan authored
-
- Sep 01, 2022
-
-
Serge Lamikhov-Center authored
-
Serge Lamikhov-Center authored
-
Serge Lamikhov-Center authored
It is a duplication of existing Action CI
-