能力值:
( LV2,RANK:10 )
|
-
-
2 楼
std::unique_ptr<Chat> MyChat{ std::make_unique<Chat>(chatdata) }; MyChat->Send() 万一是这种new出来的,没有基址怎么办。
最后于 2020-12-30 21:51
被柒雪天尚编辑
,原因:
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
typedef void(__thiscall *fnPrintChat)(DWORD ChatClient, const char *Message, int Color); Typedefs::fnPrintChat PrintChat;
PrintChat = (Typedefs::fnPrintChat)(baseAddr + oPrintChat);//基质+偏移 PrintChat(*(DWORD *)(baseAddr + oChatClientPtr), u8"辅助启动注入成功!", RGB(0, 255, 0));
|
能力值:
( LV9,RANK:280 )
|
-
-
4 楼
you can find oChatClient by xref string "game_ping_[Throttled]_EmoteThrottled"
|
能力值:
( LV3,RANK:30 )
|
-
-
5 楼
是别人发的聊天内容吗?那就从收包入手了
|
|
|