Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/djkaty/il2cppprotoextractor-fallguys
- Owner: djkaty
- License: agpl-3.0
- Created: 2020-08-09T22:49:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T02:59:16.000Z (about 4 years ago)
- Last Synced: 2024-03-19T10:01:40.741Z (8 months ago)
- Topics: fall-guys, il2cpp, protobuf, reverse-engineering
- Language: C#
- Homepage: http://www.djkaty.com
- Size: 38.1 KB
- Stars: 39
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.