summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-09-17 12:21:27 -0400
committerMason Reed <mason@vector35.com>2024-09-17 12:21:27 -0400
commita37ec4ddebd6186cd1e16fb81f8251d186ef9fa9 (patch)
tree2d06dc95ee06ddfc431630b162ba5f2866cad25f
parentf65fb7a59b754df56eb4e3d3626788262dbf51e1 (diff)
Add IDB import to README list of plugins
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 46a6fc97..fd16e012 100644
--- a/README.md
+++ b/README.md
@@ -117,6 +117,7 @@ This repository contains all of our Binary View Type plugins available here:
* [DWARF Import](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/dwarf/dwarf_import)
* [PDB Import](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/pdb-ng)
+* [IDB Import](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/idb_import)
## Related Repositories