diff options
| author | Brian Potchik <brian@vector35.com> | 2025-06-25 17:00:08 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-06-25 17:00:08 -0400 |
| commit | b1a7666164a000c5255f90568ed9597b58ce276a (patch) | |
| tree | ada1809b7a9ca7785d9103cfb5cc83dbbba4dc07 /binaryninjaapi.h | |
| parent | ecf2b3dd3e14d8ed0a3485104eaaa34a372228ba (diff) | |
Migrate 'Function Analysis' submenu into the 'Function Settings' menu.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 41a93d08..48f11f24 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -17204,7 +17204,7 @@ namespace BinaryNinja { "hidden" bool "type" is "string" Yes Indicates the UI should conceal the content. The "ignore" property is required to specify the applicable storage scopes "requiresRestart" bool None Yes Enable restart notification in the UI upon change "uiSelectionAction" string "type" is "string" Yes {"file", "directory", <Registered UIAction Name>} Informs the UI to add a button to open a selection dialog or run a registered UIAction - "quickSettingsGroup" string None Yes Informs the submenu name in the UI when added to quick settings context menu + "quickSettingsGroup" string None Yes Groups related items in the quick settings context menu using dividers to separate groups ================== ====================================== ================== ======== ======================================================================= \note In order to facilitate deterministic analysis results, settings from the <em><tt>default</tt></em> schema that impact analysis are serialized |
