Il2CppProtoExtractor-FallGuys icon indicating copy to clipboard operation
Il2CppProtoExtractor-FallGuys copied to clipboard

IL2CPP protobuf-net reverse engineering tutorial for Fall Guys: Ultimate Knockout

Fall Guys Protobuf Extractor

This repository is an example of how to use the .NET type model generated by Il2CppInspector in your own programs to query the code and data of an IL2CPP application.

This example queries the Steam game Fall Guys: Ultimate Knockout and generates a .proto file for the login and lobby/matchmaking servers.

Complete hacking tutorial on how this project was made: https://katyscode.wordpress.com/2020/08/10/practical-il2cpp-protobuf/

Learn more at the IL2CPP Reverse Engineering series on my blog.

Disclaimers

This application is provided for educational purposes only. Cheating in multi-player games is strongly discouraged. Use the code provided herein responsibly.