Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djkaty/il2cppprotoextractor-fallguys

IL2CPP protobuf-net reverse engineering tutorial for Fall Guys: Ultimate Knockout
https://github.com/djkaty/il2cppprotoextractor-fallguys

fall-guys il2cpp protobuf reverse-engineering

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Fall Guys Protobuf Extractor

This repository is an example of how to use the .NET type model generated by [Il2CppInspector](https://github.com/djkaty/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](https://store.steampowered.com/app/1097150/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](http://www.djkaty.com/tag/il2cpp) 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.