Skip to content

v0.7.2

Compare
Choose a tag to compare
@cole14 cole14 released this 15 Feb 23:57
· 29 commits to master since this release
v0.7.2
c2799a1

[0.7.2] - 2023-02-15

New Features

  • Implement core::error::Error for ParsingError accessible via a new non-default "nightly" cargo feature
  • Add abi constants for note descriptor types (n_type)
  • Add C-style struct definitions for various abi structs (Elf[32|64]_Ehdr etc). These aren't used by the parser, but are useful definitions for folks wanting to manually muck with elf bytes.

Bug Fixes

  • Fix an 'attempt to shift right with overflow' panic in the GnuHashTable if nshift is wider than the bloom filter word size

Misc Improvements

  • Add doc comments for EM_* abi constants
  • Tweak formatting and update language for various doc comments