Fix is_group
This commit is contained in:
parent
e3ce7c037e
commit
60be22aca5
@ -195,7 +195,8 @@ void DispatchPyq(DWORD reg)
|
|||||||
WxMsg_t wxMsg;
|
WxMsg_t wxMsg;
|
||||||
|
|
||||||
wxMsg.type = 0x00; // 朋友圈消息
|
wxMsg.type = 0x00; // 朋友圈消息
|
||||||
wxMsg.is_self = 0x00;
|
wxMsg.is_self = false;
|
||||||
|
wxMsg.is_group = false;
|
||||||
wxMsg.id = GET_QWORD(startAddr);
|
wxMsg.id = GET_QWORD(startAddr);
|
||||||
wxMsg.ts = GET_DWORD(startAddr + g_WxCalls.pyq.ts);
|
wxMsg.ts = GET_DWORD(startAddr + g_WxCalls.pyq.ts);
|
||||||
wxMsg.xml = GetStringByWstrAddr(startAddr + g_WxCalls.pyq.xml);
|
wxMsg.xml = GetStringByWstrAddr(startAddr + g_WxCalls.pyq.xml);
|
||||||
|
Loading…
Reference in New Issue
Block a user