brecky / PacketFramework

A packet editor framework for World of Warcraft: Warlords of Draenor (6.2.3 20886).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PacketFramework

PacketFramework is a packet editor framework for World of Warcraft using LUA scripts. You can forge new packets, modify existing ones and discard undesired packets at your will.

Build status

WARNING: Please respect Blizzard's EULA while using the tool. This project is meant for educational purposes only. You are highly discouraged to exploit any aspects of the game.

How to build

  1. Download the source code from the repository
  2. Run CMake to create your Visual Studio solution files
  3. Compile the DLL with Visual Studio

How to use

The resulting binary is a DLL file, which you need to inject into your running Wow.exe process.

Recommended injector - Xenos.

NOTE: Only x86 (32-bit) version of the game is supported at the moment. Please ensure that you start the game with the appropriate executable. World of Warcraft Launcher uses 'Wow-64.exe' which is NOT supported.

More information

Please see our Wiki for documentation and examples.

About

A packet editor framework for World of Warcraft: Warlords of Draenor (6.2.3 20886).

License:GNU General Public License v3.0


Languages

Language:C 75.8%Language:C++ 22.9%Language:Makefile 0.9%Language:CMake 0.4%