diff options
| author | KyleMiles <krm504@nyu.edu> | 2024-09-30 17:42:18 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2024-09-30 17:42:18 -0400 |
| commit | 2e272f7efffb61eec2f54a740a9deabc4829c97d (patch) | |
| tree | ab61383a7409c119477135ec5853c30c9c88fcd1 /binaryninjaapi.h | |
| parent | 209468660e0df9d985ffb8fe9ad19e65a20d81d3 (diff) | |
Add IsViewOnly field to plugins
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 1ec2c22a..6dd1aa3b 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -15952,6 +15952,7 @@ namespace BinaryNinja { BNVersionInfo GetMinimumVersionInfo() const; BNVersionInfo GetMaximumVersionInfo() const; uint64_t GetLastUpdate(); + bool IsViewOnly() const; bool IsBeingDeleted() const; bool IsBeingUpdated() const; bool IsInstalled() const; |
