2 unstable releases

0.2.0 Feb 7, 2025
0.1.0 Dec 13, 2024

#483 in Debugging

Download history 146/week @ 2024-12-13 2/week @ 2024-12-20 1/week @ 2025-01-03 288/week @ 2025-02-07

288 downloads per month

Apache-2.0

140KB
3K SLoC

Tasru: Map out dwarf binaries

Tasru allows for easy inspection of Elf binaries using Dwarf debug information.

Example usage

let debug_info = tasru::DebugInfo::new("file.elf")?;
let var_value = debug_info.variable_from_demangled_name("package::GLOBAL_VAR")?.base_type().to_u32()?;
println!("Var value: {}", var_value);

Dependencies

~2–3MB
~59K SLoC