add: directx11 hook (menu), imgui/minhook and the settings

This commit is contained in:
2024-04-13 12:37:16 +02:00
parent 9e8909a97f
commit 636f3e0e1e
43 changed files with 53583 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
#pragma once
extern HMODULE myhModule;
extern bool should_unhook;
DWORD __stdcall EjectThread(LPVOID lpParameter);
// Custom injected code entry point
void Run();