WeChatFerry/Spy/spy.h

8 lines
95 B
C
Raw Normal View History

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