A toy implementation of the FusionFall Packet Protocol in Go
Go to file
2023-03-07 14:23:53 -06:00
protocol structs: make sure *all* fields are exported 2023-03-07 14:23:53 -06:00
server structs: make sure *all* fields are exported 2023-03-07 14:23:53 -06:00
tools structs: make sure *all* fields are exported 2023-03-07 14:23:53 -06:00
.gitignore inital commit: we can read login packets! 2023-03-04 21:57:27 -06:00
build.sh added simple build script 2023-03-06 18:41:26 -06:00
go.mod misc. refactoring 2023-03-06 18:39:41 -06:00
README.md updated README.md 2023-03-07 12:39:12 -06:00

gopenfusion

A toy fusionfall packet protocol implementation written in Go.

Generating structures

Dump and decompile the Assembly - CSharp.dll assembly from the fusionfall main.unity3d, using a tool like ilspycmd. The structures can then be stripped from the source and passed to the genstructs.py script located in tools/. See the script for details on usage.