2 unstable releases

new 0.2.0 Feb 7, 2025
0.1.0 Dec 13, 2024

#489 in Debugging

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