diff options
| author | Brian Potchik <brian@vector35.com> | 2019-11-14 19:11:42 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2019-11-14 19:11:42 -0500 |
| commit | bce6c88c9eb1ae1aa33ef0affdb7dbda8814cf88 (patch) | |
| tree | dc1a0bf82f9ac847d55084fa65c60633b8efe536 /binaryninjaapi.h | |
| parent | 989600b83515dfe35494c3ffd0c6371cc5baddcf (diff) | |
Initial dynamic rebasing support.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index fc225316..94bfb8cc 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -909,6 +909,9 @@ __attribute__ ((format (printf, 1, 2))) bool SaveAutoSnapshot(BinaryView* data, const std::function<void(size_t progress, size_t total)>& progressCallback); + bool Rebase(BinaryView* data, uint64_t address); + bool Rebase(BinaryView* data, uint64_t address, const std::function<void(size_t progress, size_t total)>& progressCallback); + void BeginUndoActions(); void CommitUndoActions(); |
