Skip to content

v0.2.0-rc.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 17:17
· 91 commits to refs/heads/main since this release

What's Changed

  • Added support for transparently following debug links in ELF binaries
    • Added symbolize::Builder::set_debug_dirs for configuring directories searched for targets
  • Introduced normalize::NormalizeOpts type for configurable address normalization
    • Removed normalize::Normalizer::normalize_user_addrs_sorted in favor of normalize::Normalizer::normalize_user_addrs_opts
  • Fixed handling of zero sized symbols in Gsym symbolization logic
  • Fixed reading of ELF section contents of sections without actual data

Full Changelog: v0.2.0-alpha.12...v0.2.0-rc.0