This commit is contained in:
Tony 2024-08-07 13:24:28 +08:00
commit ed600bce67

View File

@ -1,12 +1,17 @@
https://github.com/ttttupup/wxhelper 重编译版 https://github.com/ttttupup/wxhelper 重编译版
```c++ ```c++
注入:
injector.exe -p pid -i wxhelper.dll injector.exe -p pid -i wxhelper.dll
or
injector.exe -n wechat.exe -i wxhelper.dll injector.exe -n wechat.exe -i wxhelper.dll
验证端口:
netstat -ano | findstr 19088 netstat -ano | findstr 19088
``` ```
WECHAT_VERSION=391125 WECHAT_VERSION=391125
偏移自己修改
```c++ ```c++
const uint64_t kGetAccountServiceMgr = 0x1b50d00; const uint64_t kGetAccountServiceMgr = 0x1b50d00;
const uint64_t kSyncMsg = 0xc39680; const uint64_t kSyncMsg = 0xc39680;