diff options
| author | KyleMiles <krm504@nyu.edu> | 2024-01-10 14:34:27 -0500 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2024-01-10 14:34:27 -0500 |
| commit | a5c15c3ff5d134487ed59301299bdac36f627703 (patch) | |
| tree | c3e6bd4d0e9405dff597f3b0708c4f3b8342459e | |
| parent | e2b9743f77139f0e36c5cc2362d6895d69e6c401 (diff) | |
Remove IDB Importer
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/about/open-source.md | 6 | ||||
| -rw-r--r-- | docs/guide/settings.md | 1 |
3 files changed, 0 insertions, 9 deletions
@@ -109,8 +109,6 @@ In addition to this main API repository being open source Vector35 also has open ### DebugInfo * [DWARF Import](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/dwarf/dwarf_import) -* [IDB Import](https://github.com/Vector35/idb-import-plugin) -* [IDB Parser](https://github.com/Vector35/idb-parser-rs) ### Debugger 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`]|<a id='corePlugins.debugger'>corePlugins.debugger</a>| |corePlugins|DWARF Export Plugin|Enable the experimental DWARF export plugin.|`boolean`|`True`|[`SettingsUserScope`]|<a id='corePlugins.dwarfExport'>corePlugins.dwarfExport</a>| |corePlugins|DWARF Import Plugin|Enable the experimental DWARF import plugin.|`boolean`|`True`|[`SettingsUserScope`]|<a id='corePlugins.dwarfImport'>corePlugins.dwarfImport</a>| -|corePlugins|IDB Import Plugin (Experimental)|Enable the built-in IDB import plugin.|`boolean`|`False`|[`SettingsUserScope`]|<a id='corePlugins.idbImport'>corePlugins.idbImport</a>| |corePlugins|PDB Import Plugin|Enable the built-in PDB import plugin.|`boolean`|`True`|[`SettingsUserScope`]|<a id='corePlugins.pdbImport'>corePlugins.pdbImport</a>| |corePlugins|DECREE Platform|Enable the built-in DECREE platform module.|`boolean`|`True`|[`SettingsUserScope`]|<a id='corePlugins.platforms.decree'>corePlugins.platforms.decree</a>| |corePlugins|EFI Platform|Enable the built-in EFI platform module.|`boolean`|`True`|[`SettingsUserScope`]|<a id='corePlugins.platforms.efi'>corePlugins.platforms.efi</a>| |
