about summary refs log tree commit diff stats
path: root/src/include/dynablock.h
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-04-14 17:29:22 +0800
committerGitHub <noreply@github.com>2025-04-14 11:29:22 +0200
commitee530a73319423f7613304cf8c980fbabd89c5ae (patch)
treeb6efd6f08b0d39904a4e34b783e5ebe428099481 /src/include/dynablock.h
parentb7cb36d362861cf857a6958c13c2357657c1d967 (diff)
downloadbox64-ee530a73319423f7613304cf8c980fbabd89c5ae.tar.gz
box64-ee530a73319423f7613304cf8c980fbabd89c5ae.zip
[WOW64] More tweaks for PE build (#2528)
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