提交 c294fdf3 编写于 作者: L ljc545w

添加说明

上级 14edb762
...@@ -124,6 +124,7 @@ VOID __stdcall CheckFriendStatus(wchar_t* wxid) { ...@@ -124,6 +124,7 @@ VOID __stdcall CheckFriendStatus(wchar_t* wxid) {
mov eax, edi; mov eax, edi;
push eax; push eax;
call CheckFriendStatusCall2; call CheckFriendStatusCall2;
// 这里改成0x2就是添加好友,0x1是请求好友状态
push 0x1; push 0x1;
lea eax, pwxid; lea eax, pwxid;
sub esp, 0x14; sub esp, 0x14;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册