Skip to content

Scheduler2000/Dofus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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