mirror of
https://github.com/huiyiruciduojiao/FuckScreenCap.git
synced 2026-01-28 03:54:37 +08:00
7 lines
199 B
C++
7 lines
199 B
C++
#pragma once
|
|
#include <Windows.h>
|
|
#include <string>
|
|
|
|
bool Is64BitOS();
|
|
bool ZwCreateThreadExInjectDll(HANDLE hProcess, const wchar_t* pszDllFileName);
|
|
bool HookCurWindow(const std::wstring& dllPath); |