WeChatFerry/WeChatFerry/spy/spy.h
2025-02-04 15:35:09 +08:00

7 lines
84 B
C

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