Skip to content

Releases: fornwall/jelf

v0.9.0

30 Jul 21:53
9be815c
Compare
Choose a tag to compare
  • Make BackingData public and add ElfFile.from(BackingData). #20

v0.8.0

21 Jul 12:49
ffda984
Compare
Choose a tag to compare
  • Add a getData method to ElfSection for getting the bytes of an ELF section. #17
  • Make the getSymbol and getSymbolIndex methods in ElfRelocation respect EI_CLASS. #18
  • Fix getELFSymbol(symbolName) not working in certain cases. #19

v0.7.0

12 Feb 22:02
67278af
Compare
Choose a tag to compare
  • Update field names to match ELF specification closer (#15)

v0.6.0

06 Oct 22:13
f58cb3f
Compare
Choose a tag to compare
  • Improve endianness handling (#13).

v0.5.0

03 May 21:32
a3e1228
Compare
Choose a tag to compare
  • Improve support for relocations (#11).
  • Make ElfNoteSection public (#12).

v0.4.5

13 Mar 10:53
Compare
Choose a tag to compare
  • Rename ElfFile.file_type to ElfFile.e_type.
  • Rename ElfFile.FT_* constants to ElfFile.ET_*.
  • Make ElfStringTable public (#7).

v0.4.4

11 Jan 00:01
Compare
Choose a tag to compare
  • Various minor improvements and cleanups.

v0.4.3

08 Sep 09:57
Compare
Choose a tag to compare
Add firstSectionByType() and firstSectionByName()

v0.3

13 Aug 20:47
Compare
Choose a tag to compare
  • Make elfVersion public, add abi and abiVersion fields (#4).
  • Parse note sections, MapByteBuffer option for file reading (#3).

v0.1

02 Apr 20:02
Compare
Choose a tag to compare
  • Initial version available on jcenter.