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 /docs/guide | |
| parent | e2b9743f77139f0e36c5cc2362d6895d69e6c401 (diff) | |
Remove IDB Importer
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/settings.md | 1 |
1 files changed, 0 insertions, 1 deletions
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>| |
