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 /binaryninjacore.h | |
| parent | cb2b7ad0f73751277d88a28e93c1ec99531836b2 (diff) | |
add a unit test for loading old database
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 6bdc68f4..c48b93ac 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -2637,6 +2637,8 @@ __attribute__ ((format (printf, 1, 2))) BINARYNINJACOREAPI char** BNGetExistingViews(BNFileMetadata* file, size_t* count); + BINARYNINJACOREAPI bool BNIsSnapshotDataAppliedWithoutError(BNFileMetadata* view); + // Binary view access BINARYNINJACOREAPI BNBinaryView* BNNewViewReference(BNBinaryView* view); BINARYNINJACOREAPI void BNFreeBinaryView(BNBinaryView* view); |
