Git Product home page Git Product logo

miradump's Introduction

πŸ” MiraDump

header-image

Leave a ⭐star if you find this helpful :)

MiraDump is an app that finds offsets of various games by pattern scanning the entire module according to the signature you specify. The biggest feature of this is this clean looks GUI which lets you work easily and Intuitively.

app-image

⚠️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

  1. First of all, you must install following dependencies beforehand to build app properly. Everything listed here is crucial when it comes to developing tools, you would need these later with someone else's product so just fricking install them. You'll be totally fine.
  1. Git clone this repository by running this command in any directory you'd like to install.
$ git clone https://github.com/s3pt3mb3r/MiraDump.git
  1. Once you install them, run following commands. Also, I prepare MiraDump-build.cmd which is the bat file runs the commands automatically for you instead, so double click it could also lets you proceed.
$ npm install
$ npm i electron -D
$ npm i electron-builder -D
$ "node_modules/.bin/electron-builder" --win --x64
$ copy /y "config.toml" "dist\win-unpacked\config.toml"
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .
$ cd ..
$ copy /y "build\Debug\MiraDump.exe" "dist\win-unpacked\MiraDump.exe"
  1. If you've done this without any errors, you will see MiraDumpClient.exe, MiraDump.exe as well as config.toml in the dist/win-unpacked folder in the project root.

  2. Run MiraDumpClient.exe and GUI app will be launched. Refer to How to use this app for usage of this app.

✨ How to use this app

  1. Specify the name of the target name in the first textarea and specify the directory you want result hpp file to be created.

fundamental-info-image

  1. This is what they call profile. Specify following things here.
  • signature name (anything)
  • actual signature
  • module name (including extention)
  • offset (if you dont know what's offset and extra, read this article)
  • extra
  • x64relative (This option is particularly for RIP-relative-addressing. If the target process is x86, just keep this untick)

profiles-image

  1. Once you fill up the forms, click Run MiraDump button and you will see the log/error in the light blue field below it while MiraDump is doing its thing. Finally, Offsets.hpp will be created in the export directory.

run-btn-image

Result would look like this

If you specify invalid informations in config.toml, the address will be 0x0 and corresponding error comment will appear.

namespace GameOffsetDumper {
    constexpr uintptr_t dwLocalPlayer = 0x6fd9d8 //client.dll
    constexpr uintptr_t InvalidModuleName = 0x0 //Invalid module name: client.dll
    constexpr uintptr_t BaseOfHandgun = 0x7b13ec //server.dll
    constexpr uintptr_t InvalidSignature = 0x0 //Invalid signature: 8Bxxxxx
}

🎢 Background

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

miradump's People

Contributors

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