Home

Awesome

SzimatSzatyor

SzimatSzatyor is a WoW (World of Warcraft) injector sniffer written in C++.

A sniffer can log packets which sended by the server and which sended by the client also. The code using a lot of low-level C Windows API.

Some words about the project name: szimatszatyor is a hungarian compound word, in English "szimat" should be "sniff" or "flair" and "szatyor" should be "bag". This project is a sniffer so that's why I named it to szimatszatyor because of the szimat =~ sniff. By the way szimatszatyor is a bag where gas mask is stored (so gas mask bag) and nowadays it's a fashionable bag which weared by some people. A picture of szimatszatyor: http://i.imgur.com/5elL0T9.jpg

Basically szatyor.exe is the injector which injects the DLL (szatyor.dll) into the client process and szatyor.dll is the sniffer which sniffs the packets from the client.

Features

Usage

Supported clients

Warning

An injector sniffer (like SzimatSzatyor) is writing into WoW's memory at runtime so Warden (anti-cheating tool in WoW) can detect it. At this time never detected by Warden and no punishment rewarded. I think Blizzard just doesn't care about it, it's not really a cheat... :)

Compilation

If you want to compile SzimatSzatyor from the source code you have to generate the project files for your compiler with CMake.

CMake (http://www.cmake.org/) is an extensible, open-source system that manages the build process in an operating system and in a compiler-independent manner. You can download a GUI for your Windows OS and generate project files for example your Visual Studio.

Note that you must compile the project with a 32-bit compiler because the sniffer won't work if you compile it in 64-bit mode.

Source code is available at: http://github.com/Anubisss/SzimatSzatyor

Compiled binaries: http://github.com/Anubisss/SzimatSzatyor/wiki/Download

Screenshots: http://github.com/Anubisss/SzimatSzatyor/wiki/Screenshots

License: GNU GPLv3

COPYING file contains the license which should be distributed with the software or visit http://www.gnu.org/licenses/gpl-3.0.html

SzimatSzatyor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

SzimatSzatyor is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with SzimatSzatyor. If not, see http://www.gnu.org/licenses/.