OsOmE1 / Beebyte-Deobfuscator

A plugin for Il2CppInspector that performs quasi deobfuscation
GNU Affero General Public License v3.0
90 stars 15 forks source link

I cannot understand how it works #12

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello , I cannot understand how it works. i have old version game (Among Us) and new version game . i set old version gamedata and metadata image i scan new version and have error image

HorridModz commented 2 years ago

I haven't tried among us, but the error seems straightforward. Among us must have implemented new obfuscation that defeats this plugin.

OsOmE1 commented 2 years ago

Actually quite the opposite. They don't obfuscate it at all anymore.

HorridModz commented 2 years ago

Actually quite the opposite. They don't obfuscate it at all anymore.

I think a few names are obfuscated. I found one or two obfuscated classes with obfuscated fields and methods.

OsOmE1 commented 2 years ago

Pretty sure those are 3rd party unity plug-ins.

HorridModz commented 2 years ago

Pretty sure those are 3rd party unity plug-ins.

My python deobfuscator found this, but turns out it was wrong: FollowerCamera = ['EfiswIurQoLakRKxophnWGULRHB']

FollowerCamera class does exist in both dump.cs files, so this name must be a name from a 3rd party plugin like you said...