WeChatFerry/spy/spy.h
2023-04-08 22:52:35 +08:00

7 lines
84 B
C

#pragma once
#include "framework.h"
void InitSpy(int port);
void CleanupSpy();