From 8534476934065104161886820729515240153914 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 22 Apr 2024 17:37:18 -0400 Subject: Public release of PDB parser plugin --- rust/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8e174e68..796abc16 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -14,6 +14,10 @@ libc = "0.2" rayon = { version = "1.8", optional = true } binaryninjacore-sys = { path = "binaryninjacore-sys" } +[patch.crates-io] +# Patched pdb crate to implement some extra structures +pdb = { path = "./examples/pdb-ng/pdb-0.8.0-patched" } + [workspace] members = [ "examples/basic_script", @@ -28,6 +32,7 @@ members = [ "examples/mlil_lifter", "examples/hlil_visitor", "examples/hlil_lifter", + "examples/pdb-ng", "examples/template" ] -- cgit v1.3.1