Is your feature request related to a problem? Please describe.
RelocationInfo structs parse their internal fields by shifting the given value by 8, but this isn't always the case. Refer to this page under the r_info section. On 64 bit machines, this will fail.
Describe the solution you'd like
Relocation info should be broken into two structs, one for 32 bit, and one for 64 bit machines.
Is your feature request related to a problem? Please describe. RelocationInfo structs parse their internal fields by shifting the given value by 8, but this isn't always the case. Refer to this page under the
r_info
section. On 64 bit machines, this will fail.Describe the solution you'd like Relocation info should be broken into two structs, one for 32 bit, and one for 64 bit machines.
Describe alternatives you've considered N/A