https://github.com/rdbo/dx11-basehook
DX11 BaseHook with Dear ImGUI Implementation through rdbo/libmem
https://github.com/rdbo/dx11-basehook
Last synced: 10 months ago
JSON representation
DX11 BaseHook with Dear ImGUI Implementation through rdbo/libmem
- Host: GitHub
- URL: https://github.com/rdbo/dx11-basehook
- Owner: rdbo
- Created: 2020-12-21T18:15:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T14:13:41.000Z (over 5 years ago)
- Last Synced: 2025-04-02T01:51:25.359Z (about 1 year ago)
- Language: C++
- Size: 730 KB
- Stars: 110
- Watchers: 6
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!