jelf icon indicating copy to clipboard operation
jelf copied to clipboard

ELF parsing library in java.

Results 2 jelf issues
Sort by recently updated
recently updated
newest added

It seems that I need to create an instance of `ElfParser` from scratch and then I can read starting from section header `sh_offset` until `sh_size`.

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.