Files
FuckScreenCap/AntiScreenCap/hook_current.h
2022-03-01 10:32:33 +08:00

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);