TODO
Set of tools to play with Warhammer Online 1.4.8.573
- Doc : Folder containing full documentation
- Documentation can be browsed here
- Misc : Folder containing miscellaneous files
- Misc/ProtoBuf : Contains all .proto files recovered/extracted from WAR.exe
- Misc/WAR_RC4_test.py : python test script to test the weird RC4 implementation in Warhammer Online
- Misc/SendWorldPacket_.md : Non exhaustive list of opcodes and handle RVA send to World Server
- Misc/ReceiveWorldPacket_.md : Non exhaustive list of opcodes and handle RVA received from World Server
- ...
- Toolz : Folder containing all toolz developped during the stud of the game
- Toolz/IDAScript : A set of IDA python scripts to extract usefull informations
- Toolz/injector : A simple DLL injector
- Toolz/log_hash : A simple DLL to extract the hash associated with their filenames
- Toolz/myp_extractor : MYP archive extractor
- Toolz/replace_xml : DLL to change the content of mythloginserviceconfig.xml without modifying the archive data.myp
- Toolz/server : A python server emulator for the game
- ...