diff options
| author | Peter LaFosse <peter@vector35.com> | 2022-01-06 13:01:42 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2022-01-06 15:01:25 -0500 |
| commit | d9661f34eec6855d495a10eaafc2a8e2679756a7 (patch) | |
| tree | 37234942e54f13c779c11370512b0eb6e1427e56 /binaryninjaapi.h | |
| parent | 48f9130ad0085015187f45fde64611bb3c342f38 (diff) | |
Add Function::HasUserAnnotations
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 d7832d7f..828da41b 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3440,6 +3440,7 @@ __attribute__ ((format (printf, 1, 2))) uint64_t GetStart() const; Ref<Symbol> GetSymbol() const; bool WasAutomaticallyDiscovered() const; + bool HasUserAnnotations() const; Confidence<bool> CanReturn() const; bool HasExplicitlyDefinedType() const; bool NeedsUpdate() const; |
