jelf
jelf copied to clipboard
getSymbol from ElfRelocation needs to consider EI_CLASS
This line https://github.com/fornwall/jelf/blob/master/src/main/java/net/fornwall/jelf/ElfRelocation.java#L55
only works if EI_CLASS
is CLASS_32
.
If EI_CLASS
is CLASS_64
then the shift needs to be by 32.