diff options
| author | Brian Potchik <brian@vector35.com> | 2017-07-14 14:45:55 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2017-07-14 14:45:55 -0400 |
| commit | 9d19db2be1fa408217f4544e5a68312fcab44fad (patch) | |
| tree | 9560101db6d17de9093a47302cef423d447c46e4 /binaryninjaapi.h | |
| parent | fcd3be2d973e9ecc9bbc95425cb2e1a261a3f18a (diff) | |
Add UpdateAnalysisAndWait to API.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 01e5f986..2562334d 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1001,6 +1001,7 @@ namespace BinaryNinja void RemoveAnalysisFunction(Function* func); void CreateUserFunction(Platform* platform, uint64_t start); void RemoveUserFunction(Function* func); + void UpdateAnalysisAndWait(); void UpdateAnalysis(); void AbortAnalysis(); |
