Skip to content

Commit f3bd7e0

Browse files
committed
implement idb_import cpu architecture translation
1 parent 432da6c commit f3bd7e0

File tree

3 files changed

+363
-28
lines changed

3 files changed

+363
-28
lines changed

plugins/idb_import/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ crate-type = ["cdylib"]
1212
anyhow = { version = "1.0.86", features = ["backtrace"] }
1313
binaryninja.workspace = true
1414
binaryninjacore-sys.workspace = true
15-
idb-rs = { git = "https://github.com/Vector35/idb-rs", tag = "0.1.12" }
15+
idb-rs = { path = "/home/rbran/src/idb-rs" }
1616
log = "0.4"
17+

0 commit comments

Comments
 (0)