Questions tagged [deobfuscation]

Figuring out how a program works when that program has been deliberately made difficult to understand

Deobfuscation is the reverse process of . It means figuring out how a program works when that program has been deliberately made difficult to understand.

Deobfuscation is related to . If the question is about reverse engineering rather than programming then posting on the Reverse Engineering site should be considered instead.

Do not use this tag merely to indicate that you don't understand how a program works: use it only when the program was made obfuscated on purpose.

External links

392 questions
-6
votes
1 answer

Is There a Way To Deobfuscate IronBrew Obfucator Version 2.7.2?

Is there a way to deobfuscate this? --[[ IronBrew:tm: obfuscation; Version 2.7.2 ]] return(function(stoptrynacracknignog_lIlIIIllIlI,stoptrynacracknignog_llllIIIIIllIIIllll,stoptrynacracknignog_llllIIIIIllIIIllll)local…
-9
votes
2 answers

is it possible to get the C# class original name to improve the code readablity from obfuscated exe

I have a windows exe program, I know it was written using C#, when I decrypt the dll(exe) using ILSpy 7.6, the class code look like this: namespace eGTt4d2HADJI3qZvyr { internal class epOl6XynGueNUNwY5Y { internal static ModuleHandle…
Dolphin
  • 29,069
  • 61
  • 260
  • 539
1 2 3
26
27