diff --git a/DWeChatRobot/CheckFriendStatus.cpp b/DWeChatRobot/CheckFriendStatus.cpp index 8cfb3558a24eeb834bac4ebaa8b81f5cba723d50..1a4e6bb7c3135ac5a61fc46ae638501c9d7dcb3d 100644 --- a/DWeChatRobot/CheckFriendStatus.cpp +++ b/DWeChatRobot/CheckFriendStatus.cpp @@ -16,7 +16,7 @@ DWORD CheckFriendStatusHookJmpBackAddress = GetWeChatWinBase() + CheckFriendStat char OldAsmCode[5] = { 0 }; BOOL CheckFriendStatusHooked = false; -BOOL LocalFriendStatus = 0x0; +DWORD LocalFriendStatus = 0x0; struct FriendStatusParamStruct { DWORD fill0 = 0x0; diff --git a/wxRobot/bin/Debug/wxRobot.exe b/wxRobot/bin/Debug/wxRobot.exe new file mode 100644 index 0000000000000000000000000000000000000000..496dc8bed3e5bf91ec6ebfd84928650e98545459 Binary files /dev/null and b/wxRobot/bin/Debug/wxRobot.exe differ diff --git a/wxRobot/bin/Debug/wxRobot.exe.config b/wxRobot/bin/Debug/wxRobot.exe.config new file mode 100644 index 0000000000000000000000000000000000000000..56efbc7b5f15b5166cc89dae0406895b57de0b67 --- /dev/null +++ b/wxRobot/bin/Debug/wxRobot.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/wxRobot/bin/Release/wxRobot.exe b/wxRobot/bin/Release/wxRobot.exe index 3c81001897cc7de46d25b95b16371deec69597f4..dcf63272f07923efa65a339ea38ee74666327eb7 100644 Binary files a/wxRobot/bin/Release/wxRobot.exe and b/wxRobot/bin/Release/wxRobot.exe differ diff --git a/wxRobot/bin/Release/wxRobot.pdb b/wxRobot/bin/Release/wxRobot.pdb index d0557d83094e8e28089b0ac9bda57f790a5327e6..fc4e4e89d94069a8183eea6dd3d894a5cdd945eb 100644 Binary files a/wxRobot/bin/Release/wxRobot.pdb and b/wxRobot/bin/Release/wxRobot.pdb differ