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
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
orSHType::SHT_RELA
.Describe the solution you'd like A new table struct, similar to SymbolTable.
Additional context Depends on #35 for the
RelItem
struct