Coder Social home page Coder Social logo

fengjixuchui / wow-dump-fix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adde88/wowdumpfix

0.0 0.0 0.0 534 KB

x64dbg plugin which removes anti-dumping and obfuscation techniques from the popular MMORPG game World of Warcraft.

C++ 13.80% C 85.97% Python 0.23%

wow-dump-fix's Introduction

World of Warcraft Dump Fix

Summary

This is a modified version of: Overwatch-Dump-Fix which was made by changeofpace
This x64dbg plugin removes anti-dumping and obfuscation techniques from the popular MMORPG game World of Warcraft. It is meant to be used with Scylla (built into x64dbg) to produce process dump files for static analysis.

This project is for educational use only.

Release v5.0.1 (5.23.2017)

  • The import address table is no longer terminated by two null pointers. The second null has been replaced with a pointer to a 'ret 0' instruction.

Usage

Added commands

  • WoWDumpFix

x64dbg

  1. Attach x64dbg to WoW-64.exe then execute the WoWDumpFix command.
  2. Open Scylla in x64dbg's Plugins menu then select WoW-64.exe in the "Attach to an active process" drop-down list.
  3. Click IAT Autosearch -> Get Imports.
  4. Click Dump to create a dump file.
  5. Click Fix Dump and select the dump file from (4) to reconstruct imports.
  6. The Scylla output view should say "Import Rebuild success [FILE PATH]".
  7. Click PE Rebuild and select the fixed dump file.

IDA Pro

  1. Open the dump file in IDA. Check the Manual load and Load resources (optional) boxes. Click OK / Yes for every prompt.
  2. Run the Universal Unpacker Manual Reconstruct plugin for the IAT to set imports to the correct color.
  3. Happy reversing ๐Ÿ˜Ž.

Building

A post-build event requires the "X96DBG_PATH" environment variable to be defined to x64dbg's installation directory.

Notes

  • This plugin is tested while offline on battle.net.

wow-dump-fix's People

Contributors

adde88 avatar changeofpace avatar

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.