summaryrefslogtreecommitdiff
path: root/docs/about/open-source.md
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2024-01-10 14:34:27 -0500
committerKyleMiles <krm504@nyu.edu>2024-01-10 14:34:27 -0500
commita5c15c3ff5d134487ed59301299bdac36f627703 (patch)
treec3e6bd4d0e9405dff597f3b0708c4f3b8342459e /docs/about/open-source.md
parente2b9743f77139f0e36c5cc2362d6895d69e6c401 (diff)
Remove IDB Importer
Diffstat (limited to 'docs/about/open-source.md')
-rw-r--r--docs/about/open-source.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md
index 18cf5953..f7c6e0ff 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -239,8 +239,6 @@ The previous tools are used in the generation of our documentation, but are not
- LIB Files ([api license] - MIT) .lib files included with the native windows builds of Binary Ninja are released under the same MIT license as the API itself, distinct from the standard EULA
- [Views] ([views license] - Apache License 2.0) Binary views included with the product
- [Architectures] ([architectures license] - Apache License 2.0) Architecture support included with the product
- - [IDB Import Plugin] - ([idb import plugin license] - Apache License 2.0)
- - [IDB Parser] - ([idb parser license] - Apache License 2.0)
- [DWARF Import] - ([dwarf import license] - Apache License 2.0)
- [DWARF Export] - ([dwarf export license] - Apache License 2.0)
@@ -334,10 +332,6 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[views license]: https://github.com/Vector35/view-pe/blob/main/LICENSE
[Architectures]: https://github.com/Vector35/?q=arch-&type=all&language=&sort=
[architectures license]: https://github.com/Vector35/arch-armv7/blob/master/LICENSE
-[IDB Import Plugin]: https://github.com/Vector35/idb-import-plugin
-[idb import plugin license]: https://github.com/Vector35/idb-import-plugin/blob/main/LICENSE
-[IDB Parser]: https://github.com/Vector35/idb-parser-rs
-[idb parser license]: https://github.com/Vector35/idb-parser-rs/blob/main/LICENSE
[DWARF Import]: https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/dwarf/dwarf_import
[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