From ba1493857f16f8d8e9eec8f3d421e49784761e8d Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 28 Mar 2021 15:08:55 +0200 Subject: [DYNAREC] Improved Dynablock construction, stopping when overlaping block is detected --- src/include/custommem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/custommem.h') diff --git a/src/include/custommem.h b/src/include/custommem.h index d5e8a09a..c1de067f 100644 --- a/src/include/custommem.h +++ b/src/include/custommem.h @@ -29,6 +29,7 @@ void cleanDBFromAddressRange(uintptr_t addr, uintptr_t size, int destroy); dynablocklist_t* getDB(uintptr_t idx); void addJumpTableIfDefault64(void* addr, void* jmp); void setJumpTableDefault64(void* addr); +int isJumpTableDefault64(void* addr); uintptr_t getJumpTable64(); uintptr_t getJumpTableAddress64(uintptr_t addr); #endif -- cgit 1.4.1