OsOmE1 / Beebyte-Deobfuscator

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

How can I find the BeeByte naming scheme on this file? #6

Closed LainFan43462 closed 3 years ago

LainFan43462 commented 3 years ago

I should be looking for it in the obfuscated GameAssembly, right? I don't really know where to start looking. image This is the file in question Assembly-CSharp.zip Sorry for the noob question, this is the first time I've tried to modify a unity game.

OsOmE1 commented 3 years ago

This one looks to have the default configuration aka the same as listed under among us in the readme

OsOmE1 commented 3 years ago

As for how you can find it, make sure to open the root namespace marked with -

LainFan43462 commented 3 years ago

Hey, thanks so much for the answer! I'm not sure if it's proper GitHub etiquette to open a new thread when faced with a separate error, but as to not flood the issues section I decided to post the follow-up here. If that's not fine then please feel free to close it and I'll repost.

Whenever I drop the obfuscated APK into the il2cpp inspector, this plugin error pops up: image

This is the configuration I have set up for the deobfuscator: image

Perhaps I'm doing something wrong, or misunderstanding the purpose of the tool. I'd really appreciate your help. Thanks!

OsOmE1 commented 3 years ago

"It's common for mobile games to be compiled with the gcc compiler while msvc is used for windows this causes compatibility issues so you cannot use this plugin across compilers." That's what's in the readme you can only use the following combination. APK with APK, dll with dll and dll with mono.