Skip to content

DX11 BaseHook with Dear ImGUI Implementation through rdbo/libmem

Notifications You must be signed in to change notification settings

gmh5225/DX11-BaseHook

 
 

Repository files navigation

DX11 BaseHook by rdbo

This project is a basehook for any game/program that uses DirectX 11. It hooks the function Present from the D3D11 SwapChain and the Window Proc, and then implements Dear ImGUI using my 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.
I also recommend turning on the option Show All Files on Visual Studio for a better view of the project.
Have fun!

About

DX11 BaseHook with Dear ImGUI Implementation through rdbo/libmem

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.2%
  • C 10.8%