2 unstable releases
0.2.0 | Feb 7, 2025 |
---|---|
0.1.0 | Dec 13, 2024 |
#483 in Debugging
288 downloads per month
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