Skip to content

v0.3.0

Compare
Choose a tag to compare
@v3l0c1r4pt0r v3l0c1r4pt0r released this 21 Nov 18:30
· 68 commits to master since this release

Changes:

  • Elf32_Sym and related enums (STB, STT, STV) are moved to elfsect
  • Implemented Elf32_Dyn for .dynamic section manipulations
  • sections on Elf.sections can now be list of serializable objects (e.g. Elf32_Dyn)

Fixes:

  • little-endian ELFs were not read properly
  • if sh_type contained unknown value, it was not possible to deserialize object
  • sh_type used wrong endianness
  • minor fixes