/DX9Hook

Primary LanguageC++

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