1 Commits

Author SHA1 Message Date
fa20655bed 修正获取模块句柄的偏移量 2025-02-28 00:24:50 +08:00

View File

@@ -34,7 +34,7 @@ char* WINAPI jis_to_utf8(char* target, const char* source) {
PVOID GetHandle() { PVOID GetHandle() {
HMODULE hModule = GetModuleHandleA(NULL); HMODULE hModule = GetModuleHandleA(NULL);
return (char*)hModule + 0xf3c20; return (char*)hModule + 0xf40e0;
} }
static PVOID h = nullptr; static PVOID h = nullptr;