An open API service indexing awesome lists of open source software.

https://github.com/rdbo/dx9-basehook

DirectX 9 EndScene Hook with Dear ImGUI implementation through rdbo/libmem
https://github.com/rdbo/dx9-basehook

dear-imgui directx9 dx9-basehook game-hacking memory-library

Last synced: 11 months ago
JSON representation

DirectX 9 EndScene Hook with Dear ImGUI implementation through rdbo/libmem

Awesome Lists containing this project

README

          

# DX9 BaseHook by rdbo
This project is a basehook for any game/program that uses DirectX 9. It hooks the function EndScene from the D3D9 Device, the Window Proc and 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!