mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-04-20 03:49:17 +08:00
10 lines
216 B
C
10 lines
216 B
C
#ifndef HOOK_RECV_MSG_H_
|
|
#define HOOK_RECV_MSG_H_
|
|
|
|
/// @brief hook any address address+0x5
|
|
/// @param port 端口
|
|
/// @return 成功返回1,已经hook返回2
|
|
int HookRecvMsg(int port);
|
|
|
|
int UnHookRecvMsg();
|
|
#endif |