summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
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);