Serge Lamikhov-Center
755f81351f
Generilize the section compression calls
2022-11-10 19:26:05 +02:00
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
Serge Lamikhov-Center
25ac047ff7
Add an example of damaged ELF file
2022-01-15 16:57:41 +02:00
Serge Lamikhov-Center
ef262285dc
Add support for GNU hash lookup algorithm
2021-07-27 16:30:41 +03:00
Martin Bickel
00c1192ea2
Added testcase for offset/address mismatch detection
2021-01-07 12:43:21 +02:00
Serge Lamikhov-Center
22ff134363
Address array section accessor added
...
The accessor is useful for manipulation of such sections as .ctors,
.dtors, .init_array and .fini_array
2020-12-22 14:10:16 +02:00
Serge Lamikhov-Center
b4c245f5a8
Add .modinfo section accessor
2020-08-22 15:11:58 -07:00
Serge Lamikhov-Center
de83f7dbbd
Move ELF test files to 'tests' directory
2020-08-09 22:43:30 -07:00