diff options
| author | Glenn Smith <glenn@vector35.com> | 2023-05-31 20:55:14 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2023-06-08 17:18:30 -0400 |
| commit | 8804952612609239040025330591356571302187 (patch) | |
| tree | 5cb3e3eaf6216758b825c3581d6702ef62a24bdb /binaryninjacore.h | |
| parent | 1509435163893916647427200437885127141494 (diff) | |
API to read raw undo buffer (for DHView)
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 210a4322..e1e9a830 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -3244,6 +3244,7 @@ extern "C" BINARYNINJACOREAPI BNKeyValueStore* BNReadSnapshotData(BNSnapshot* snapshot); BINARYNINJACOREAPI BNKeyValueStore* BNReadSnapshotDataWithProgress( BNSnapshot* snapshot, void* ctxt, bool (*progress)(void* ctxt, size_t progress, size_t total)); + BINARYNINJACOREAPI BNDataBuffer* BNGetSnapshotUndoData(BNSnapshot* snapshot); BINARYNINJACOREAPI BNUndoEntry* BNGetSnapshotUndoEntries(BNSnapshot* snapshot, size_t* count); BINARYNINJACOREAPI BNUndoEntry* BNGetSnapshotUndoEntriesWithProgress( BNSnapshot* snapshot, void* ctxt, bool (*progress)(void* ctxt, size_t progress, size_t total), size_t* count); |
