summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2025-07-10 23:28:33 -0400
committerBrian Potchik <brian@vector35.com>2025-07-10 23:28:33 -0400
commitc7e81986909d61ff5c7e817680dcfb78809449b5 (patch)
treed9995077676b0df358628e8b7b1fd425305e2bda /binaryninjaapi.h
parent55d3bda18a8f929d19557ec0d215eef66c68506b (diff)
UI improvements for managing Guided Analysis mode.
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 3c96ab48..9710f919 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -11526,7 +11526,7 @@ namespace BinaryNinja {
void SetUserIndirectBranches(
Architecture* sourceArch, uint64_t source, const std::vector<ArchAndAddr>& branches);
- // Guided Disassembly Support
+ // Guided Analysis Support
void SetGuidedSourceBlocks(const std::vector<ArchAndAddr>& addresses);
void AddGuidedSourceBlocks(const std::vector<ArchAndAddr>& addresses);
void RemoveGuidedSourceBlocks(const std::vector<ArchAndAddr>& addresses);