Git Product home page Git Product logo

wow-dumper's Introduction

Wow-Dumper

A simple wow offset dumper.

_Class()

string? Name; -> The output name of the class. Anything non alphanumeric will be regexed out, and spaces replaced with '_'.
string[]? Comments; => Not currently hooked up. Will add comments before a class in the CodeDom writer.
_Offset[]> Offsets; => Collection of offset classes.

_Offset()

string? Name; -> The output name of the field. Anything non alphanumeric will be regexed out, and spaces replaced with '_'.
string? Pattern; -> Pattern to scan memory for. All wildcards must be ??.
string? Comment; -> Not currently hooked up. Will add comment after value in CodeDom writer.
int Position; -> Index + 1 of the last byte before the first wildcard(s) you're scanning for. Will automate this eventually.
int Modifier; -> Any additional values that should be added to located IntPtr.
bool MinusOne; -> Subtract one from the located pointer of the offset. Should be left true in 99% of uses.
bool IsFunction; -> Stops the scanner exactly where the pattern points. Useful for finding scripts/functions.
_Level[]? Levels; -> Extra levels to scan through. Offset will reflect end result.
_Field[]? Fields; -> Extra fields that can be grabbed from the patterns location.

_Level()

int Position; -> Index + 1 of the last byte before the first wildcard(s) you're scanning for.
bool MinusOne; -> Subtract one from the located pointer of the offset. Should be left true in 99% of uses.

_Field()

ReadType Type; -> Defines how many bytes the scanner reads for the field (1, 2, 4, 8, 10, 25, or 50).
int Position; -> Index + 1 of the last byte before the first wildcard(s) you're scanning for. Will automate this eventually.
string? Name; -> The output name of the field. Anything non alphanumeric will be regexed out, and spaces replaced with '_'.
string? Comment; -> Not currently hooked up. Will add comment after value in CodeDom writer.

Packages

Reloaded.Memory.SigScanNewtonsoft.JsonSystem.CodeDom


Donations always welcome <3
BTC -> bc1q22p5q8dnw2ldzwk3c8eyp7mn7spng2wepg6hgr
Eth -> 0xd6A688E2Bd8EEB7E75e570A5F82585a42eAe2373
Doge -> DPu3BhbXUJPBYeDScVuLmue1kbSJRSpnoL

wow-dumper's People

Contributors

razzue avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wow-dumper's Issues

hi

hi can u explain how to use the dumper?

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.