diff options
| author | Brian Potchik <brian@vector35.com> | 2021-04-20 15:38:21 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2021-04-20 15:38:21 -0400 |
| commit | 33936c204e64b389ec88d37d7787625ed88c4513 (patch) | |
| tree | d966b5a5ee0f249ae2165dd5d85cefb9d92db8bc /binaryninjaapi.h | |
| parent | 78b7800b6806ed16929bd184f24ed431ab8eb457 (diff) | |
Add support for analysis hold.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 07d7ea83..1cb9f1be 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1561,6 +1561,8 @@ __attribute__ ((format (printf, 1, 2))) void RemoveAnalysisFunction(Function* func); void CreateUserFunction(Platform* platform, uint64_t start); void RemoveUserFunction(Function* func); + bool HasInitialAnalysis(); + void SetAnalysisHold(bool enable); void UpdateAnalysisAndWait(); void UpdateAnalysis(); void AbortAnalysis(); |
