From 4b947a76c44054350d472f4b83e2709d36409bc3 Mon Sep 17 00:00:00 2001 From: Rubens Brandao Date: Mon, 16 Sep 2024 13:27:46 -0300 Subject: Parse functions and comments in IDB import --- rust/examples/idb_import/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/examples/idb_import/Cargo.toml') diff --git a/rust/examples/idb_import/Cargo.toml b/rust/examples/idb_import/Cargo.toml index c54ba93b..855c1af5 100644 --- a/rust/examples/idb_import/Cargo.toml +++ b/rust/examples/idb_import/Cargo.toml @@ -10,5 +10,5 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1.0.86" binaryninja = { path = "../../" } -idb-rs = { git = "https://github.com/Vector35/idb-rs" } +idb-rs = { git = "https://github.com/Vector35/idb-rs", rev = "fec57b6" } log = "0.4.20" -- cgit v1.3.1