From bce6c88c9eb1ae1aa33ef0affdb7dbda8814cf88 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 14 Nov 2019 19:11:42 -0500 Subject: Initial dynamic rebasing support. --- binaryninjaapi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binaryninjaapi.h') 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& progressCallback); + bool Rebase(BinaryView* data, uint64_t address); + bool Rebase(BinaryView* data, uint64_t address, const std::function& progressCallback); + void BeginUndoActions(); void CommitUndoActions(); -- cgit v1.3.1