A cross-platform symbolication library using gimli for converting addresses to function names and line numbers.
# Cargo.toml
[dependencies]
addr2line = "0.26.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load a binary and resolve an address to a source location.
Compile the binary with debuginfo enabled (e.g., -g flag).
No dependency data recorded yet.