summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2023-05-31 20:55:14 -0400
committerGlenn Smith <glenn@vector35.com>2023-06-08 17:18:30 -0400
commit8804952612609239040025330591356571302187 (patch)
tree5cb3e3eaf6216758b825c3581d6702ef62a24bdb /binaryninjaapi.h
parent1509435163893916647427200437885127141494 (diff)
API to read raw undo buffer (for DHView)
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 5f4f6d16..63293812 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -1909,6 +1909,7 @@ namespace BinaryNinja {
std::vector<Ref<Snapshot>> GetChildren();
DataBuffer GetFileContents();
DataBuffer GetFileContentsHash();
+ DataBuffer GetUndoData();
std::vector<UndoEntry> GetUndoEntries();
std::vector<UndoEntry> GetUndoEntries(const std::function<bool(size_t, size_t)>& progress);
Ref<KeyValueStore> ReadData();