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 /binaryninjaapi.h | |
| parent | 1509435163893916647427200437885127141494 (diff) | |
API to read raw undo buffer (for DHView)
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
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(); |
