From 78b7800b6806ed16929bd184f24ed431ab8eb457 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Tue, 20 Apr 2021 10:52:07 -0400 Subject: Add InitialState to Analysis. --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index 0115eecf..5f851591 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -2078,6 +2078,7 @@ extern "C" enum BNAnalysisState { + InitialState, IdleState, DisassembleState, AnalyzeState, -- cgit v1.3.1