Skip to content

fengjixuchui/DirectX11Hook

 
 

Repository files navigation

DirectX11Hook

Template for Visual Studio 2017 that you could use to hook games that use DirectX11. The template also hook the IO as explained in my blog post, required to use properly ImGui. Additional features are going to be added as soon as possible. @niemand_sec

Features:

  • Initial Release
    • DirectX11 Hooking for additional rendering
    • Model Logger
  • Second Release (01/19/19)
    • New keys added (DELETE, F10 and F9)
    • Wallhack feature
    • Enable/Disable wallhack option
    • Backup hook for Present method
    • Improvement while hooking Present (no more crashes)
    • Wiping the model list for better usage
    • Compilation/Validation for x86 and x64

Shortcuts:

  • PGUP - Move forward in the model list
  • PGDN - Move backward in the model list
  • L - Log current model information to console
  • DELETE - clear model log
  • F10 - Enable/Disable Wallhack
  • F9 - Change between Texture and Shader highlighting
  • INSERT - Display/Hide ImGui Interface

Requirements:

  • VS 2017
  • Makes use of detours header and .lib file
  • ImGui files (version v1.67)

Note that the libraries are included inside the project, you should update them when required. Additionally, the offset used to hook the Present method may differ from one game to another, pay attention to that.

Related Posts:

If you want to customize this template or modify its behavior here you have some blog posts that explain the whole code:

How to Hook DirectX 11 + ImGui (Vermintide 2):

Fingerprinting Models when hooking DirectX (Vermintide 2):

Creating your own Wallhack

Screenshots

Wallhack:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.1%
  • C 14.9%