From 32af1e3ec03504c0c374490451336b2150c95494 Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 6 Aug 2024 21:23:29 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03fb768..7a7882e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ injector.exe -n wechat.exe -i wxhelper.dll netstat -ano | findstr 19088 ``` WECHAT_VERSION=391125 +偏移自己修改 ```c++ const uint64_t kGetAccountServiceMgr = 0x1b50d00; const uint64_t kSyncMsg = 0xc39680; From ee507c9905e4d08aaad4c026a7f392ff52895830 Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 6 Aug 2024 21:26:20 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a7882e..23240f2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ https://github.com/ttttupup/wxhelper 重编译版 + + ```c++ +注入: injector.exe -p pid -i wxhelper.dll -or +或 injector.exe -n wechat.exe -i wxhelper.dll +验证端口: netstat -ano | findstr 19088 ``` WECHAT_VERSION=391125