Giter Site home page Giter Site logo

mynew4 / wowsniffer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ccshiro/wowsniffer

0.0 2.0 0.0 188 KB

(OUT OF DATE & USELESS) Wowsniffer is a tool to sniff data sent and received by the World of Warcraft client.

License: MIT License

CMake 0.82% C++ 65.21% C 33.96%

wowsniffer's Introduction

Index:
1. What is wowsniffer?
2. Requirements
3. Installation
4. Usage

1. What is wowsniffer?
Wowsniffer is a tool to sniff data sent and received by the World of Warcraft
client. It does this from inside the process, and as such is easily detectable
by Warden; so use at your own risk!

Wowsniffer is licensed under the MIT license, its source and latest version can
be obtained at: https://github.com/ccshiro/wowsniffer

Also, huge thanks to Tsuda Kageyu for writing the MinHook library, which this
software makes use of, and to RaMMicHaeL for maintaining and improving MinHook.
You can check out MinHook at: https://github.com/RaMMicHaeL/minhook

2. Requirements
Visual Studio Express (could potentially work with other compilers with some
                       tweaking, which I might get around to eventually).
CMake

3. Installation
Do the following:
	1. Launch cmd.exe and point it to your intended build directory. I have my
	   setup looking like this:
	   ./wowsniffer/         # this is the source directory
	   ./wowsniffer_build/   # build directory
	   ./wowsniffer_install/ # install directory
	2. Type "cmake --help" to see the generators available to you.
	3. Pick one appropriate for you, make sure you get the architecture correct.
	   Let's say we chose "Visual Studio 11 Win64".
	4. Run the following command, adjusting the input according to your needs:
	   cmake -DCMAKE_INSTALL_PREFIX=../wowsniffer_install/ -G "Visual Studio 11 Win64" ../wowsniffer/
	5. Open the generated solution file; build and install. The binaries will
	   be placed in ./wowsniffer_install/

4. Usage
Open cmd.exe and point it to the directory where wowsniffer.exe is. Invoke
wowsniffer.exe as shown below to print the proper usage of the program:

wowsniffer --help

Make sure your World of Warcraft client is the same architecture as you compiled
against.

TIP: You can redirect stdout to dump the output to a file instead of your
console. For example:

wowsniffer 1500 > "dump.txt"

wowsniffer's People

Contributors

ccshiro avatar

Watchers

James Cloos avatar mynew4 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.