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 04e3f08 commit ffe7e4eCopy full SHA for ffe7e4e
plugins/idb_import/Cargo.toml
@@ -12,6 +12,5 @@ crate-type = ["cdylib"]
12
anyhow = { version = "1.0.86", features = ["backtrace"] }
13
binaryninja.workspace = true
14
binaryninjacore-sys.workspace = true
15
-idb-rs = { path = "/home/rbran/src/idb-rs" }
+idb-rs = { git = "https://github.com/Vector35/idb-rs", tag = "0.1.13" }
16
log = "0.4"
17
-
0 commit comments