StarGate01 / AmongUs-Mumble

Mumble VoIP Plugin and mod for the popular game "Among Us" to enable Proximity Voice Chat.
GNU General Public License v3.0
108 stars 13 forks source link

Prepearing the addition of a Deobfuscator #34

Closed LelouBil closed 3 years ago

LelouBil commented 3 years ago

This is a C# app that parses the output of Il2CppExporer's C# Prototypes to guess what class what obfuscated into what.

Right now it only works with the PlayerControl class and the matcher will also have to be reworked but the base is there

To do :

StarGate01 commented 3 years ago

Thank you for your work! It seems like a good way to proceed.

A few things:

StarGate01 commented 3 years ago

Thank you very much for you work.