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 +- binaryninjacore.h | 3 ++- 2 files changed, 3 insertions(+), 2 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& 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); diff --git a/binaryninjacore.h b/binaryninjacore.h index 10a90a10..82817ab8 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -474,7 +474,8 @@ extern "C" { NoAnalysisWarningAction = 0, ForceAnalysisWarningAction = 1, - ShowStackGraphWarningAction = 2 + ShowStackGraphWarningAction = 2, + DisableGuidedAnalysisWarningAction = 3 } BNAnalysisWarningActionType; typedef enum BNSymbolType -- cgit v1.3.1