From 456f3c48002abc0c2265363c50913e96e2f629d6 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Fri, 30 Jan 2026 13:05:05 -0500 Subject: Rename corePlugins.ghidraImport -> corePlugins.ghidra --- docs/about/open-source.md | 2 +- docs/guide/settings.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 43300b21..18357b43 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -50,7 +50,7 @@ The previous tools are used in the generation of our documentation, but are not - [capstone] ([capstone license] - 3-clause BSD) used in the [PPC architecture module] as an example of how to wrap an external disassembler - [flatbuffer] ([flatbuffer license] - Apache License 2.0) used in the binary format for the function fingerprint libraries - [deprecation] ([deprecation license] - Apache License 2.0) used in the Python API for marking deprecated functions/properties/classes - - [GraalVM CE] ([GraalVM CE license] - GPLv2 with the "Classpath" Exception) used in building the Ghidra DB FFI for the Ghidra Import plugin + - [GraalVM CE] ([GraalVM CE license] - GPLv2 with the "Classpath" Exception) used in building the Ghidra DB FFI for the Ghidra plugin ## Rust Licenses diff --git a/docs/guide/settings.md b/docs/guide/settings.md index 7cc42bb5..173c2cf9 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -246,7 +246,7 @@ The setting will appear under the Quick Settings section in the Function Setting |corePlugins|DWARF Import Plugin|Enable the DWARF import plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.dwarfImport| |corePlugins|EFI Resolver|Enable the built-in EFI Resolver plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.efiResolver| |corePlugins|Firmware Ninja|Enable the Firmware Ninja plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.firmwareNinja| -|corePlugins|Ghidra Import Plugin|Enable the built-in Ghidra import plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.ghidraImport| +|corePlugins|Ghidra Plugin|Enable the built-in Ghidra plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.ghidra| |corePlugins|IDB Import Plugin|Enable the IDB import plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.idbImport| |corePlugins|PDB Import Plugin|Enable the built-in PDB import plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.pdbImport| |corePlugins|Stack Render Layer Plugin|Enable the built-in Stack Render Layer plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.stackRenderLayer| -- cgit v1.3.1