jelf icon indicating copy to clipboard operation
jelf copied to clipboard

getSymbol from ElfRelocation needs to consider EI_CLASS

Open caballa opened this issue 2 years ago • 0 comments

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.

caballa avatar Apr 13 '22 19:04 caballa