Giter Site home page Giter Site logo

gameoverlayuihook's Introduction

steam game overlay (GameOverlayUI.exe) hook example⚡

vgui2.dll hook example

use any usermode injector to inject into gameoverlayui. then using memory share to render your items.

screenshot

demo

NOTE

  1. hook VGUI_Surface039->PaintTraverse to render on screen.

  2. source is building on Visual Studio 2017 Release x86. not sure about other platform.

  3. alloc a free memory to create a shared memory field for communication.

  4. the original steam overlay are not support DrawLine or DrawOutlinedCircle and some functions, so in this source DrawLine and DrawCircle is based on DrawFilledRect.(Bresenham algorithm)

  5. do not using too much draw-functions in one loop maybe cause GameOverlayUI.exe crash.

inject a specific game

  1. on usermode inject GameOverlayUIHook.dll from directory \Release to GameOverlayUI.exe.

todo

  1. is this can bypass BE/EAC anti-cheat system? the answer is: idk.

  2. this is an example. there are lots of ways to achieve hook PaintTraverse. using veh or other virtual table.

gameoverlayuihook's People

Contributors

unkn0wnh4ck3r avatar

Stargazers

Roman 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.