diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-12-09 17:58:16 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2022-01-20 15:13:42 -0500 |
| commit | 5e98f8607c6d8ccd17601d00a479c8ce3dc35890 (patch) | |
| tree | b1ef938c7451449832a96b74e47ed5303779e70b /binaryninjaapi.h | |
| parent | 82dd03bf69c53650c99461a02163df53be41e951 (diff) | |
[Enterprise] Support for sparse/trimmed snapshots
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 c9cff3cf..fe499587 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -910,6 +910,8 @@ __attribute__ ((format (printf, 1, 2))) int64_t GetId(); std::string GetName(); bool IsAutoSave(); + bool HasContents(); + bool HasUndo(); Ref<Snapshot> GetFirstParent(); std::vector<Ref<Snapshot>> GetParents(); std::vector<Ref<Snapshot>> GetChildren(); |
