Giter Site home page Giter Site logo

youhongyouzhuan / dinput8_hook Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tratos/dinput8_hook

0.0 0.0 0.0 12 KB

A simple Visual Studio Solution demonstrating how to hook DirectInput 8 using DLL hijacking.

License: The Unlicense

C++ 100.00%

dinput8_hook's Introduction

dinput8_hook

This is a very simple example of how to use DirectInput 8 to hook into an application. Also included are a couple utilities for making life easier once you're there.

All contents of this repo are public domain.

memory.hpp

This was made to (hopefully) help out a friend. Their use case likely includes writing out to seemingly random memory locations, to hopefully make their life easier I have included some small functions in memory.hpp for doing just that.

hook_vtable.hpp

If you're interested in hooking into DirectInput, their is a reasonable chance you're also interested in vtable hooking. The function hook_vtable is included to aid anyone seeking to do this.

d3d_example

Also included is a primitive example on how to use hook_vtable to tap into Direct3DDevice9::Present calls.

dinput8_hook's People

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.