1 unstable release
0.1.0 | Dec 13, 2024 |
---|
#400 in Debugging
139 downloads per month
130KB
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.1–3MB
~59K SLoC