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
109 stars 13 forks source link

Look into automated deobfuscation #19

Closed LelouBil closed 3 years ago

LelouBil commented 3 years ago

Basically we could use Roslyn to analyze the c# prototypes of Il2CppInspector and guess classes using known members/nested classes/methods.

It looks feasible.

StarGate01 commented 3 years ago

Yes, I thought about that too. Id say implement it as an external tool.

StarGate01 commented 3 years ago

I also made a python tool for dynamic analysis, check the wiki.

StarGate01 commented 3 years ago

Xref: #34