about summary refs log tree commit diff stats
path: root/src/include/dynablock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/dynablock.h')
-rw-r--r--src/include/dynablock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/dynablock.h b/src/include/dynablock.h
index b9aeddc0..551a223e 100644
--- a/src/include/dynablock.h
+++ b/src/include/dynablock.h
@@ -24,4 +24,7 @@ void cancelFillBlock(void);
 // clear instruction cache on a range
 void ClearCache(void* start, size_t len);
 
+uintptr_t getX64Address(dynablock_t* db, uintptr_t native_addr);
+int getX64AddressInst(dynablock_t* db, uintptr_t x64pc);
+
 #endif //__DYNABLOCK_H_
\ No newline at end of file