Direct3D9 DLL Injection for debugging and hooking into games.
Vai al file
kuntz 736d1aef61 Initial commit 2021-02-09 16:47:17 -06:00
dll Initial commit 2021-02-09 16:47:17 -06:00
LICENSE Initial commit 2021-02-09 16:31:44 -06:00
README.md Initial commit 2021-02-09 16:47:17 -06:00
gamedbg.asm Initial commit 2021-02-09 16:47:17 -06:00
makeit.bat Initial commit 2021-02-09 16:47:17 -06:00
settings.ini Initial commit 2021-02-09 16:47:17 -06:00

gamedbg

Direct3D9 DLL Injection

This is a personal unreleased tool I have used for hacking games and dumping/ripping game content such as textures, 3D models, shaders, and animations. Although it is specific to D3D9 Interfaces, the patterns can be updated to support newer Interfaces of DirectX.

This tool can launch games with the hooks pre-installed or attach to already-running games and infect the vector tables as they are called in real time. The former is useful for simple games, and the latter is useful for games with anti-cheat detection as the anti-cheat can be disabled first, and then this tool injected afterwards. Easy!

There are no instructions on how to use this tool, but it's pretty straight forward if you're familiar with hooking.