From 32135f39bf80a08fd42dcf0fd03bd699b3b1b6db Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Tue, 26 Jun 2018 22:50:04 -0400 Subject: Add extended analysis state to core. --- binaryninjacore.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index e4fb9de2..f77a9475 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1476,7 +1476,8 @@ extern "C" { IdleState, DisassembleState, - AnalyzeState + AnalyzeState, + ExtendedAnalyzeState }; struct BNAnalysisProgress -- cgit v1.3.1