I've used jetBrains dotpeek to convert the dll file into a more c#, object oriented programming style with classes and everything. Unfortunately, all the class and method names are just some random jumble of DFXXXXXXXXXXXXX. Is there a way to get their original name? You mentioned deobfuscation. Is there a tool you recommend?
thanks to all who contributed
Originally Posted by LewdTheLolis
I've used jetBrains dotpeek to convert the dll file into a more c#, object oriented programming style with classes and everything. Unfortunately, all the class and method names are just some random jumble of DFXXXXXXXXXXXXX. Is there a way to get their original name? You mentioned deobfuscation. Is there a tool you recommend?
Haven't tried doing stuff with function names but deobfuscating strings is definitely possible, I think I know of a way to do that for variables too.
Write your own tool for that.