From fe0d4ae2c3baa26fca84a9a8cb9670955bdfea12 Mon Sep 17 00:00:00 2001 From: Rubens Brandao Date: Wed, 14 Aug 2024 18:12:52 -0300 Subject: Initial IDB/TIL import plugin --- rust/examples/idb_import/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 rust/examples/idb_import/Cargo.toml (limited to 'rust/examples/idb_import/Cargo.toml') diff --git a/rust/examples/idb_import/Cargo.toml b/rust/examples/idb_import/Cargo.toml new file mode 100644 index 00000000..c54ba93b --- /dev/null +++ b/rust/examples/idb_import/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "idb_import" +version = "0.1.0" +authors = ["Rubens Brandao "] +edition = "2021" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +anyhow = "1.0.86" +binaryninja = { path = "../../" } +idb-rs = { git = "https://github.com/Vector35/idb-rs" } +log = "0.4.20" -- cgit v1.3.1