A toy implementation of the FusionFall Packet Protocol in Go
Go to file
2023-03-07 12:39:12 -06:00
protocol absolute minimal login server 2023-03-07 02:06:40 -06:00
server absolute minimal login server 2023-03-07 02:06:40 -06:00
tools server: implement REP_LOGIN key exchange 2023-03-07 01:20:36 -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.