Skip to content

v0.5.0

Compare
Choose a tag to compare
@cole14 cole14 released this 14 Nov 21:17
· 211 commits to master since this release
v0.5.0
8771fbb

[0.5.0] - 2022-10-30

New Features

Add File::symbol_version_table() interface to get the GNU extension symbol versioning table
Add Symbol.is_undefined() helper to check if a symbol is defined in this object
Add File::section_data() which opportunistically parses the CompressionHeader if present

Bug Fixes

Fix StringTable to return a ParseError on index out of bounds instead of panicking
Fix File::section_data_as_rels to properly parse Rels (not Relas)