⚠️ DEPRECATED INCLUDED BY DEFAULT NOW https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/idb_import ⚠️
IDA Database Importer plugin for Binary Ninja written in Rust
If you download this repo to make changes to it yourself, you'll need to change the Binary Ninja dependency in Cargo.toml
to:
binaryninja = {git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev"}
This project makes use of:
- log (log license - MIT)