WeChatFerry/spy/spy.h

7 lines
84 B
C
Raw Normal View History

2022-08-13 20:03:22 +08:00
#pragma once
#include "framework.h"
2023-04-08 22:52:35 +08:00
void InitSpy(int port);
2022-10-15 20:25:42 +08:00
void CleanupSpy();