diff options
| author | Xusheng <xusheng@vector35.com> | 2020-09-28 17:38:49 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2020-11-16 10:15:09 +0800 |
| commit | f1c595545685258840b961bfe6acecd2da56ed87 (patch) | |
| tree | ee7d7df7298452b9413fd8d142cdcb078c49c0a7 /binaryninjaapi.h | |
| parent | cb2b7ad0f73751277d88a28e93c1ec99531836b2 (diff) | |
add a unit test for loading old database
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 6f39b8d5..6009aa20 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -910,6 +910,8 @@ __attribute__ ((format (printf, 1, 2))) void MarkFileModified(); void MarkFileSaved(); + bool IsSnapshotDataAppliedWithoutError() const; + bool IsBackedByDatabase() const; bool CreateDatabase(const std::string& name, BinaryView* data, Ref<SaveSettings> settings); bool CreateDatabase(const std::string& name, BinaryView* data, |
