WeChatFerry/Spy/monitor.h
2021-02-12 23:21:57 +08:00

8 lines
121 B
C

#pragma once
#include "framework.h"
int InitDLL(void);
DWORD WINAPI Monitor(HMODULE hModule);
int IsLogin();