From fa20655bedb9cd2766b1413f7fdb743ad1256545 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Fri, 28 Feb 2025 00:24:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=8E=B7=E5=8F=96=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=8F=A5=E6=9F=84=E7=9A=84=E5=81=8F=E7=A7=BB=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dllmain.cpp b/dllmain.cpp index cdeb3a3..19c40f5 100644 --- a/dllmain.cpp +++ b/dllmain.cpp @@ -34,7 +34,7 @@ char* WINAPI jis_to_utf8(char* target, const char* source) { PVOID GetHandle() { HMODULE hModule = GetModuleHandleA(NULL); - return (char*)hModule + 0xf3c20; + return (char*)hModule + 0xf40e0; } static PVOID h = nullptr;