From 6b2373af93e033019dd1ddd5683f2d866e253d8c Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Mon, 14 Apr 2025 19:34:43 +0800 Subject: [WOW64] Added non-functional PE build (#2532) --- src/include/x64emu.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/include/x64emu.h') diff --git a/src/include/x64emu.h b/src/include/x64emu.h index d4311c77..ab60a57c 100644 --- a/src/include/x64emu.h +++ b/src/include/x64emu.h @@ -1,6 +1,8 @@ #ifndef __X86EMU_H_ #define __X86EMU_H_ +#include + typedef struct x64emu_s x64emu_t; typedef struct box64context_s box64context_t; typedef struct elfheader_s elfheader_t; @@ -27,6 +29,7 @@ long double LD2localLD(void* ld); // long double (80bits pointer) -> long void LD2D(void* ld, void* d); // long double (80bits) -> double (64bits) void D2LD(void* d, void* ld); // double (64bits) -> long double (64bits) -const char* getAddrFunctionName(uintptr_t addr); +uintptr_t GetSegmentBaseEmu(x64emu_t* emu, int seg); +void UpdateFlags(x64emu_t* emu); #endif //__X86EMU_H_ -- cgit 1.4.1