Skip to content

DX11 BaseHook with Dear ImGUI Implementation through rdbo/libmem

License

Notifications You must be signed in to change notification settings

TheDearbear/UnityImGuiDX11Hook

 
 

Repository files navigation

Unity ImGui DirectX 11 Hook

Original DX11 BaseHook by rdbo

This project is a basehook for any unity game/program that uses DirectX 11. It hooks the function Present from the D3D11 SwapChain and the Window Proc, and then implements cimgui with Dear ImGui 1.89.1 using rdbo's memory lib.

How to use

First of all, you have to make sure you have the DirectX SDK and Visual Studio installed.
Then, you just need to open the solution on VS and do the changes you want.

About

DX11 BaseHook with Dear ImGUI Implementation through rdbo/libmem

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C 74.4%
  • C++ 25.6%