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. --- binaryninjacore.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'binaryninjacore.h') 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