Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 557 Bytes

CHANGELOG.md

File metadata and controls

10 lines (7 loc) · 557 Bytes

Change Log

v0.9.0 (2023-07-30)

  • Make BackingData public and add ElfFile.from(BackingData). #20

v0.8.0 (2023-07-21)

  • 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