Git Product home page Git Product logo

gameoffsetdumper's Introduction

๐Ÿ” GameOffsetDumper

header

Leave a โญstar if you find this helpful :)

GameOffsetDumper is a tool that finds offsets of various games by pattern scanning the entire module according to the signature you specify. This is a substitute for hazedumper not gonna lie, but this tool adopted toml file instead of json for config file.

Basically this would help game hackers yet sadly if you guys don't know how to reverse games and stuff, this is gonna be a trash for you. However, I'll be always ok to answer whatever you will ask, so create issue if you're wondering something.

โš ๏ธDo not use this to the game running with a modern anti-cheat. Or launch option -insecure will help you when you try this tool on the game under VAC protection.

๐Ÿ”ฅ Get started

Go to Release and download latest version of GameOffsetDumper.

Firstly, prepare config.toml file in the same directory as GameOffsetDumper.exe and fill it up properly.

This is the format of config.toml. (We also have a sample of config.toml ๐Ÿ‘Œ.)

game = "left4dead2.exe"  #specify the name of the target game

[[targets]]
name = "dwLocalPlayer"   #You can name whatever you want.
signature = "8Bxxxxxxxxxxxx85xx74xx8Bxx8Bxxxxxxxxxx8BxxFFxx85xx74xx8Bxx"  #The signature you've got
module = "client.dll"   #name of the module that the address belongs to
offset = 3  #Read up below
extra = 0

[[targets]]
name = "BaseOfHandgun"
signature = "0Dxxxxxxxxxxxx0FB7xx03xx03xx03xx8Bxxxx"
module = "server.dll"
offset = 1
extra = 0

#so on and so forth

We also have a sample of config.toml ๐Ÿ‘Œ.

I'm currently working on making a complete guide of this tool for those who don't understand what signature, offset and extra is. Wait for it. Alternatively, you can find them Here as well.

Then run GameOffsetDumper.exe and every offset will be searched through whole module and written to GameOffset.hpp which will create at the same directory.

Background

The purpose of this project for me is reinventing the wheel and to use for my personal hacking activity in the future.

gameoffsetdumper's People

Contributors

fengjixuchui avatar pseuxide 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.