okandok / ImGuiHook

ImGui Hook for DirectX12, DirectX11 and DirectX9 (x64/x86)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImGuiHook [Global]

ImGui Hook for DirectX12, DirectX11 and DirectX9 (x64/x86)

DirectX12

  • Present Hook
  • DrawInstanced Hook
  • DrawIndexedInstanced Hook
  • ExecuteCommandLists Hook
Supports x64 

DirectX11

  • Present Hook
  • DrawIndexed Hook
Supports x86 and x64

DirectX9

  • EndScene Hook
  • Present Hook
  • DrawIndexedPrimitive Hook
  • DrawPrimitive Hook
  • SetTexture Hook
  • Reset Hook
  • SetStreamSource Hook
  • SetVertexDeclaration Hook
  • SetVertexShaderConstantF Hook
  • SetVertexShader Hook
  • SetPixelShader Hook
Supports x86 and x64

Built With

  • ImGui v1.83 - Dear ImGui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
  • DirectX Software Development Kit - This DirectX SDK release contains updates to tools, utilities, samples, documentation, and runtime debug files for x64 and x86 platforms.
  • MinHook - The Minimalistic x86/x64 API Hooking Library for Windows.

References

About

ImGui Hook for DirectX12, DirectX11 and DirectX9 (x64/x86)

License:Apache License 2.0


Languages

Language:C++ 63.2%Language:C 36.8%