Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.6 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.6 KB

Dofus Reverse Engineering Tools ♻️🥚 - 📁Repository

Conventional Commits

Semver

Keep a Changelog v1.0.0 badge

Repository Structure 🧱

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#.