WeChatFerry/WeChatFerry/spy/spy.h
2023-07-15 09:46:40 +08:00

7 lines
84 B
C

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