ELFIO/tests
Nathan Strong 7608269069 Externalize zlib dependency
== 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
`
2022-11-04 18:12:15 +02:00
..
elf_examples Externalize zlib dependency 2022-11-04 18:12:15 +02:00
CMakeLists.txt Add ASAN sanitizer to the fuzzer 2022-06-21 16:41:20 +03:00
elfio_fuzzer.cpp Prevent memory access to data out the notes' section 2022-06-19 17:37:22 +03:00
ELFIOTest1.cpp Change relocation type to unsigned 2022-05-21 22:55:03 +03:00
ELFIOTest2.cpp Address warnings reported by Windows compilation 2022-02-26 01:56:52 +02:00
ELFIOTest.cpp Externalize zlib dependency 2022-11-04 18:12:15 +02:00
runELFtests Rename tests directory 2020-08-09 22:23:41 -07:00