From c7e81986909d61ff5c7e817680dcfb78809449b5 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 10 Jul 2025 23:28:33 -0400 Subject: UI improvements for managing Guided Analysis mode. --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') 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& branches); - // Guided Disassembly Support + // Guided Analysis Support void SetGuidedSourceBlocks(const std::vector& addresses); void AddGuidedSourceBlocks(const std::vector& addresses); void RemoveGuidedSourceBlocks(const std::vector& addresses); -- cgit v1.3.1