Automatically dumps offsets and descriptors for World of Warcraft BfA.
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.
CGContainerData gets the wrong offset, it starts at NumSlots instead of Slots. This will be fixed with updated FindPattern and FindPatternAll.
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.
8.0.1.27356
8.0.1.27326
Open in Visual Studio 2017 and build.
- Visual Studio 2017
- CMake (x64)
- World of Warcraft (duh)
This project is licensed under the MIT License - see the LICENSE.md file for details
- Project inspired by tomrus88
- FindPattern function inspired by CSGO-Dumper