WeChatFerry/Spy/monitor.h

8 lines
121 B
C
Raw Normal View History

2021-02-12 23:21:57 +08:00
#pragma once
#include "framework.h"
int InitDLL(void);
DWORD WINAPI Monitor(HMODULE hModule);
int IsLogin();