styinx / DX9Hook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DX9Hook

Hooks DX9 Present function to draw ImGui

Demo Hook

Build

mkdir build
cd build
cmake ..

How to use

  1. Build ImGui static library for win32 and dx11 backend
  2. Build MinHook static library
  3. Build DLLInject static library
  4. Build hook shared library
  5. Build inject executable
  6. Build demo executable
  7. Execute inject
  8. Execute demo

About


Languages

Language:C++ 67.5%Language:CMake 32.5%