Git Product home page Git Product logo

directx11hook's Introduction

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:

directx11hook's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.