diff options
| author | Josh Ferrell <josh@vector35.com> | 2026-01-30 13:05:05 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2026-02-07 12:43:05 -0500 |
| commit | 456f3c48002abc0c2265363c50913e96e2f629d6 (patch) | |
| tree | 9243ba769e8a7b513aa18215428cc09bdf40b6ba /docs | |
| parent | 70bbb18a9444824a8ec2b9a7ff57fc848e017b6e (diff) | |
Rename corePlugins.ghidraImport -> corePlugins.ghidra
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about/open-source.md | 2 | ||||
| -rw-r--r-- | docs/guide/settings.md | 2 |
2 files changed, 2 insertions, 2 deletions
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`]|<a id='corePlugins.dwarfImport'>corePlugins.dwarfImport</a>| |corePlugins|EFI Resolver|Enable the built-in EFI Resolver plugin.|`boolean`|`True`|[`SettingsUserScope`]|<a id='corePlugins.efiResolver'>corePlugins.efiResolver</a>| |corePlugins|Firmware Ninja|Enable the Firmware Ninja plugin.|`boolean`|`True`|[`SettingsUserScope`]|<a id='corePlugins.firmwareNinja'>corePlugins.firmwareNinja</a>| -|corePlugins|Ghidra Import Plugin|Enable the built-in Ghidra import plugin.|`boolean`|`True`|[`SettingsUserScope`]|<a id='corePlugins.ghidraImport'>corePlugins.ghidraImport</a>| +|corePlugins|Ghidra Plugin|Enable the built-in Ghidra plugin.|`boolean`|`True`|[`SettingsUserScope`]|<a id='corePlugins.ghidra'>corePlugins.ghidra</a>| |corePlugins|IDB Import Plugin|Enable the IDB import plugin.|`boolean`|`True`|[`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|Stack Render Layer Plugin|Enable the built-in Stack Render Layer plugin.|`boolean`|`True`|[`SettingsUserScope`]|<a id='corePlugins.stackRenderLayer'>corePlugins.stackRenderLayer</a>| |
