We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432da6c commit f3bd7e0Copy full SHA for f3bd7e0
plugins/idb_import/Cargo.toml
@@ -12,5 +12,6 @@ crate-type = ["cdylib"]
12
anyhow = { version = "1.0.86", features = ["backtrace"] }
13
binaryninja.workspace = true
14
binaryninjacore-sys.workspace = true
15
-idb-rs = { git = "https://github.com/Vector35/idb-rs", tag = "0.1.12" }
+idb-rs = { path = "/home/rbran/src/idb-rs" }
16
log = "0.4"
17
+
0 commit comments