diff options
| author | Brian Potchik <brian@vector35.com> | 2021-04-20 10:52:07 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2021-04-20 10:52:07 -0400 |
| commit | 78b7800b6806ed16929bd184f24ed431ab8eb457 (patch) | |
| tree | bf0149b96c0c81bdaa5f4df0190228a793b401f3 /binaryninjacore.h | |
| parent | 283f206c241ff5ede6ec908c412a4f65fe4bb954 (diff) | |
Add InitialState to Analysis.
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
