Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 872 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 872 Bytes

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.