d3dhook_imgui icon indicating copy to clipboard operation
d3dhook_imgui copied to clipboard

d3d opengl hook imgui x86/x64

DirectX/OpenGL detours hook.

[opengl/d3d9/d3d10..??]Automatic adaptation is unstable,

Sometimes you need to manually configure the target version in "mainThread"

Build Environment

  • DirectX SDK https://www.microsoft.com/en-us/download/details.aspx?id=6812
  • OpenGL SDK
  • c++/VisualStudio
  • ImGui/stb_image/detours

x64 ASM integration

Command line : ml64 /Fo $(IntDir)%(fileName).obj /c %(fileName).asm

Output : $(IntDir)%(fileName).obj

example example

Preview

Menu example example

Win32 example

DirectX11 example example

OpenGL example

LogWind example

TODO

Supported Platform

Windows

DirectX x86 x64
9
10
11
12
OpenGL x86 x64
2
3

Features:

  • TODO

See Also:

  • https://github.com/ocornut/imgui
  • https://github.com/Rebzzel/kiero
  • https://github.com/DarthTon/Xenos