diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-06-17 15:05:35 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-06-21 10:38:39 -0400 |
| commit | 38e719b90b89aa45ebeda1c41dc9a9edd42cdc90 (patch) | |
| tree | f1792ff8153b18da5a3e8bfeb6c98fcce9af7994 /rust/examples/dwarf/dwarf_import/Cargo.toml | |
| parent | aa9c28e91b5c2ef6ab0e2aff7e44f8a16de998f7 (diff) | |
Demangle function names recovered from DWARF
Diffstat (limited to 'rust/examples/dwarf/dwarf_import/Cargo.toml')
| -rw-r--r-- | rust/examples/dwarf/dwarf_import/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/examples/dwarf/dwarf_import/Cargo.toml b/rust/examples/dwarf/dwarf_import/Cargo.toml index 715838a7..1dfae181 100644 --- a/rust/examples/dwarf/dwarf_import/Cargo.toml +++ b/rust/examples/dwarf/dwarf_import/Cargo.toml @@ -13,3 +13,5 @@ binaryninja = { path = "../../../" } gimli = "0.28" log = "0.4.20" iset = "0.2.2" +cpp_demangle = "0.4.3" +regex = "1" |
