From fdff8c85a51c4b77e4e25226ab4b2efb8d31ab9d Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Fri, 7 Mar 2025 17:01:32 -0500 Subject: Resolve analysis pipeline suspend processing and integrate with existing core functionality. --- binaryninjacore.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/binaryninjacore.h b/binaryninjacore.h index 55b5c2be..baf5eb14 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -3164,7 +3164,8 @@ extern "C" ExceedFunctionUpdateCountSkipReason, NewAutoFunctionAnalysisSuppressedReason, BasicAnalysisSkipReason, - IntermediateAnalysisSkipReason + IntermediateAnalysisSkipReason, + AnalysisPipelineSuspendedReason } BNAnalysisSkipReason; typedef enum BNSettingsScope -- cgit v1.3.1