This project is a DirectX 11 DLL hook using ImGui for rendering custom in-game overlays.
It is designed to inject a fully interactive menu into DX11 games.
- ✅ DirectX 11 internal hook (IDXGISwapChain)
- ✅ Fully integrated ImGui menu system
- ✅ Custom WndProc hook for input support
- ✅ Toggle menu with
VK_F2 - ✅ Easy to inject & use
- ✅ Modular structure (Menu, Hook, Utils)
- Visual Studio 2019 or newer
- Windows SDK
- DirectX SDK (June 2010 or included via Windows 10+ SDK)
- C++17 or higher
- Open the
.slnproject in Visual Studio. - Select x64 and Release configuration.
- Press
Ctrl + Bor click Build > Build Solution. - The final DLL will be in: /Release/x64/dx11Hook.dll
