Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.9 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.9 KB

Build status

WoWOffsetDumper

Automatically dumps offsets and descriptors for World of Warcraft BfA.

Original Ownedcore thread

Disclaimer

This program to reads the memory of World of Warcraft, therefore it is possible, although unlikely that Blizzard could detect and ban for the usage of this software. NEVER USE THIS SOFTWARE WHILE LOGGED INTO YOUR MAIN ACCOUNT.
You have been warned.

Known Bugs

  • CGContainerData gets the wrong offset, it starts at NumSlots instead of Slots. This will be fixed with updated FindPattern and FindPatternAll.

Todo

  • Convert functions into a single class and split up the code.
  • Make code more readable.?
  • Add capstone.
  • Update FindPattern and FindPatternAll to use disassembler (capstone) for improved/easier usage.
  • Do a technical write-up on how the automatic updating of offsets and descriptors work.
  • Rewrite the guide on how to manually get offsets and put it here on GitLab.

Tested Patches

8.0.1.27356
8.0.1.27326

Getting Started

Open in Visual Studio 2017 and build.

Prerequisites

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments