WeChatFerry/WeChatFerry/spy/spy.h
2024-09-20 16:27:15 +08:00

9 lines
122 B
C

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