diff options
| author | Rusty Wagner <rusty@vector35.com> | 2016-08-30 19:30:43 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2016-08-30 19:30:43 -0400 |
| commit | 827662fbb6caa9d0aa3089cafb20a578a68eaee7 (patch) | |
| tree | ef994eec388aafbc71266a70d4b6dd3f07714e54 /binaryninjaapi.h | |
| parent | e878199be4a74c880acd5d38c33965b47d7630d0 (diff) | |
Add API to determine if a function still has analysis updates to complete
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 7c951dee..f60ee159 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1611,6 +1611,7 @@ namespace BinaryNinja bool WasAutomaticallyDiscovered() const; bool CanReturn() const; bool HasExplicitlyDefinedType() const; + bool NeedsUpdate() const; std::vector<Ref<BasicBlock>> GetBasicBlocks() const; void MarkRecentUse(); |
