Someone teaches me how to cheat. I would like to learn about the subject
Learn reverse engineering or simple coding(yeah it's enough).
//PS for beginners I recommend dnspy
I use dotpeek and isdasm (visual studio dev). Is there an easier way to tell what everything is?
Originally Posted by LewdTheLolis
I use dotpeek and isdasm (visual studio dev). Is there an easier way to tell what everything is?
deobfuscate
Originally Posted by PaLaS0
deobfuscate
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?
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.