Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 384 Bytes

File metadata and controls

13 lines (10 loc) · 384 Bytes

WoWOpcodeDumper

Dumps opcodes from the WoW client and their respective names.

Usage

  1. Run the Wow client you whish to dump opcodes from.
  2. Run Injector.exe [wow_process_name]
  3. Place Dump.db in the OpcodeDiffer.exe direcotry
  4. Run OpcodeDiffer.exe [path/to/Dump.db] [path/to/Wowxxxx_vs_Wow19865.BinDiff]

TO-DO

  • Dump packet structures
  • Improve dumper performance