Home

Awesome

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 <a href="https://github.com/rdbo/libmem">my memory lib</a>.

How to use

First of all, you have to make sure you have the <a href="https://www.microsoft.com/en-us/download/details.aspx?id=6812">DirectX SDK</a> and <a href="https://visualstudio.microsoft.com/">Visual Studio</a> 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!