From 38e719b90b89aa45ebeda1c41dc9a9edd42cdc90 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Mon, 17 Jun 2024 15:05:35 -0400 Subject: Demangle function names recovered from DWARF --- rust/examples/dwarf/dwarf_import/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rust/examples/dwarf/dwarf_import/Cargo.toml') 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" -- cgit v1.3.1