Git Product home page Git Product logo

gh-offset-dumper's Introduction

Guided Hacking Offset Dumper aka GH Offset Dumper

Version 0.7

What does it do

Externally scan a process for signatures and dump the relative offsets to a header file which is easy to incorporate into your Visual Studio project. When an update is released for a game, you run the dumper to get the latest offsets.

Why

Scrubs don't know how to pattern scan so they manually update their offsets in their game hacks after running an offset dumper like this.

How to use

  1. Put an updated config.json in the same folder as GH-Offset-Dumper.exe
  2. Run the game
  3. Run the dumper
  4. Include the .h file which gets generated into your project

How is this different from HazeDumper?

This dumper was inspired by hazedumper so thank you to frk1, rN' and the other contributors to that project.

I started learning Rust when messing with HazeDumper and I decided we needed a C++ version, I also wanted to extend the functionality.

GH Dumper will do the same thing as HazeDumper with the addition of dumping ReClass files and Cheat Engine Tables.

Our dumper uses the same json config file format, so they are interchangeable

Notes

Ignore the files in the modules folder, these are just modules from my framework which I use to do some of the background stuff.

The main code is GHDumper and SrcDumper

TODO

  • Reduce bloat from modules folder
  • Improve CE Output
  • Add ReClass.NET output
  • Turn into a lib which can be incorporated into hacks
  • Make an internal version
  • Seperate CSGO vs regular functionality
  • Add CSS functionality
  • organize output of offsets or put comments showing what module they are for and what base object
  • Other ideas to make it kewl

Credits

Thank you to frk1, rN' and the contributors to hazedumper

Thank you to hjiang and the contributors of jsonxx

gh-offset-dumper's People

Contributors

fengjixuchui avatar gh-rake avatar multikill avatar

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.