提交 e875e8a2 编写于 作者: L ljc545w

Update README

上级 75dd8408
......@@ -8,19 +8,32 @@ struct SelfInfoStruct {
DWORD length;
} ret;
// дBUG
DWORD GetSelfInfoRemote() {
DWORD WeChatWinBase = GetWeChatWinBase();
/*vector<DWORD> SelfInfoAddr = {
*(DWORD*)(WeChatWinBase + 0x21DC9C4),
WeChatWinBase + 0x21DCBB8,
*(DWORD*)(WeChatWinBase + 0x21DCA3C),
*(DWORD*)(WeChatWinBase + 0x21DCB74),
*(DWORD*)(WeChatWinBase + 0x21DCD34),
*(DWORD*)(WeChatWinBase + 0x21DCD1C),
WeChatWinBase + 0x21DCC30,
WeChatWinBase + 0x21DCB44,
WeChatWinBase + 0x21DCB5C,
WeChatWinBase + 0x21DCA70
};*/
vector<DWORD> SelfInfoAddr = {
*(DWORD*)(WeChatWinBase + 0x222EB3C),
WeChatWinBase + 0x222ED30,
WeChatWinBase + 0x222EBB4,
*(DWORD*)(WeChatWinBase + 0x222ECEC),
*(DWORD*)(WeChatWinBase + 0x222EE94),
*(DWORD*)(WeChatWinBase + 0x222EEAC),
WeChatWinBase + 0x222EF30,
WeChatWinBase + 0x222ECBC,
WeChatWinBase + 0x222ECD4,
WeChatWinBase + 0x222EBE8
*(DWORD*)(WeChatWinBase + 0x21DC9C4),
WeChatWinBase + 0x21DCBB8,
WeChatWinBase + 0x21DCA3C,
*(DWORD*)(WeChatWinBase + 0x21DCB74),
*(DWORD*)(WeChatWinBase + 0x21DCD34),
*(DWORD*)(WeChatWinBase + 0x21DCD1C),
WeChatWinBase + 0x21DCC30,
WeChatWinBase + 0x21DCB44,
WeChatWinBase + 0x21DCB5C,
WeChatWinBase + 0x21DCA70
};
vector<wstring> SelfInfoKey = {
......
......@@ -16,6 +16,7 @@
#include "SendFile.h"
#include "SendArticle.h"
#include "FriendList.h"
#include "SaveGif.h"
#include "UserInfo.h"
#include "SelfInfo.h"
#include "SendCard.h"
......
......@@ -4,7 +4,7 @@ PC微信机器人,实现获取通讯录、发送文本、图片、文件、xml
# 可用版本
微信电脑版**3.5.0.46**
微信电脑版**3.6.0.18**
编译对应的版本即可
主分支对应微信3.6.0.18版本,其他版本请查看对应分支。
# 编译环境
**Visual Studio 2019**(平台配置:win32(x86))
# 原理
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册