summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 68243795..8db9124a 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -6434,6 +6434,8 @@ namespace BinaryNinja {
*/
bool GetAddressForDataOffset(uint64_t offset, uint64_t& addr);
+ bool GetDataOffsetForAddress(uint64_t addr, uint64_t& offset);
+
/*! Creates an analysis-defined section that can help inform analysis by clarifying what types of data exist in
what ranges