mjhouse / deaf

A library for inspecting/modifying ELF binaries
GNU General Public License v3.0
7 stars 0 forks source link

Implement RelTable and RelaTable #36

Closed mjhouse closed 1 year ago

mjhouse commented 1 year ago

Is your feature request related to a problem? Please describe. We need to be able to parse relocation items from sections of type SHType::SHT_REL or SHType::SHT_RELA.

Describe the solution you'd like A new table struct, similar to SymbolTable.

Additional context Depends on #35 for the RelItem struct