From 63ef49621522efa11e1fcfc709812adb0300d3f6 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Tue, 4 Nov 2025 17:52:40 -0500 Subject: Add Ghidra import documentation --- docs/guide/settings.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/guide/settings.md') diff --git a/docs/guide/settings.md b/docs/guide/settings.md index 83dd742b..c78b2cbd 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -244,6 +244,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|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| @@ -582,4 +583,4 @@ The setting will appear under the Quick Settings section in the Function Setting |warp.matcher|Minimum Function Length|Functions below this length will not be matched.|`number`|`0`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|warp.matcher.minimumFunctionLength| |warp.matcher|Minimum Matched Constraints|When function constraints are checked the amount of constraints matched must be at-least this.|`number`|`1`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|warp.matcher.minimumMatchedConstraints| |warp.matcher|Trivial Function Adjacent Constraints Allowed|When function constraints are checked if this is enabled functions can match based off trivial adjacent functions.|`boolean`|`False`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|warp.matcher.trivialFunctionAdjacentAllowed| -|warp.matcher|Trivial Function Length|Functions below this length in bytes will be required to match on constraints.|`number`|`20`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|warp.matcher.trivialFunctionLength| \ No newline at end of file +|warp.matcher|Trivial Function Length|Functions below this length in bytes will be required to match on constraints.|`number`|`20`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|warp.matcher.trivialFunctionLength| -- cgit v1.3.1