Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
I found this: ioncodes/beeless but I recommend de4dot: 0xd4d/de4dotAnyone knows how to deobfuscate assembly-csharp.dll obfuscated by BeeByte's obfuscator?
I'm a noobie. Could you tell me how to use beeless? I've tried using de4dot but think It doesn't support BeeByte's obfuscator.I found this: ioncodes/beeless but I recommend de4dot: 0xd4d/de4dot
Another possibility is dumping the memory using gcore or Game Guardian. But first try the first two options.
I try dumping memory in a game but the assembly I got still be obfuscated . Do you think they actually deobfuscated the assembly before load to memory?I found this: ioncodes/beeless but I recommend de4dot: 0xd4d/de4dot
Another possibility is dumping the memory using gcore or Game Guardian. But first try the first two options.
You can't deobfuscate something obfuscate, you need to test or debug the game in order to know how it works.Anyone knows how to deobfuscate assembly-csharp.dll obfuscated by BeeByte's obfuscator?
Dumping the memory don't help in nothing, de4dot is very shit with unknow obfuscator and beeless is very useless XD.I found this: ioncodes/beeless but I recommend de4dot: 0xd4d/de4dot
Another possibility is dumping the memory using gcore or Game Guardian. But first try the first two options.