From a81692cde97ba3a0b51b5fc43d2680a973a0e329 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 7 Oct 2024 09:54:52 -0400 Subject: Update documentation with IDB import plugin --- docs/about/open-source.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/about') diff --git a/docs/about/open-source.md b/docs/about/open-source.md index b3b69ac9..ea45a19c 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -265,6 +265,7 @@ The previous tools are used in the generation of our documentation, but are not - [Architectures] ([architectures license] - Apache License 2.0) Architecture support included with the product - [DWARF Import] - ([dwarf import license] - Apache License 2.0) - [DWARF Export] - ([dwarf export license] - Apache License 2.0) + - [IDB Import] - ([idb import license] - Apache License 2.0) ## Building Qt @@ -369,6 +370,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [dwarf import license]: https://github.com/Vector35/binaryninja-api/blob/dev/rust/LICENSE [DWARF Export]: https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/dwarf/dwarf_export [dwarf export license]: https://github.com/Vector35/binaryninja-api/blob/dev/rust/LICENSE +[IDB Import]: https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/idb_import +[idb import license]: https://github.com/Vector35/binaryninja-api/blob/dev/rust/LICENSE [Rust]: https://www.rust-lang.org/ [Rust license]: https://github.com/rust-lang/rust/blob/master/LICENSE-MIT -- cgit v1.3.1