Name | Description |
---|---|
src |
All the code related to the project |
src/StumpR.Binary |
Folder containing binary logic using for serialization / deserialization |
src/StumpR.Protocol |
Folder containing Dofus protocol(v2.62) generated with ProtoBuilder tool |
tools/StumpR.GUI.Sniffer |
Sniffer made with SharpPCap with interpretation of intercepted dofus packets(deserialization) |
tools/StumpR.ProtoBuilder |
Protocol constructor using regular expressions to parse Dofus AS3 client source files and create Dofus network messages in C#. |