From a5c15c3ff5d134487ed59301299bdac36f627703 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Wed, 10 Jan 2024 14:34:27 -0500 Subject: Remove IDB Importer --- docs/about/open-source.md | 6 ------ docs/guide/settings.md | 1 - 2 files changed, 7 deletions(-) (limited to 'docs') 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 diff --git a/docs/guide/settings.md b/docs/guide/settings.md index 23b5fa75..7a8714fe 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -119,7 +119,6 @@ All settings are uniquely identified with an identifier string. Identifiers are |corePlugins|Debugger|Enable the built-in debugger plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.debugger| |corePlugins|DWARF Export Plugin|Enable the experimental DWARF export plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.dwarfExport| |corePlugins|DWARF Import Plugin|Enable the experimental DWARF import plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.dwarfImport| -|corePlugins|IDB Import Plugin (Experimental)|Enable the built-in IDB import plugin.|`boolean`|`False`|[`SettingsUserScope`]|corePlugins.idbImport| |corePlugins|PDB Import Plugin|Enable the built-in PDB import plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.pdbImport| |corePlugins|DECREE Platform|Enable the built-in DECREE platform module.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.platforms.decree| |corePlugins|EFI Platform|Enable the built-in EFI platform module.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.platforms.efi| -- cgit v1.3.1