PDA

View Full Version : Impossible ??


Lithium
08-11-2009, 11:39 AM
[!] dotNet Reactor v3.3 - v3.5 (or newer) protected !
[!] dotFuscator detected !

So WTF is Happending ??

ok lets cut the story short,one of my fren gave me this application,he coded in C# but he never give the source code :D
so at first I tried Libx 2.0 for dotnet reactor tool ? guess what ? 3.3.1.1 version detected and it does not work some extra crypto detected and now when I use dotnet sniffer so when it is JIT it will some sort dump my program that went well :) but now when I open reflector OMG all strings are encrypted like a,b,c and now guess what Protection ID threw another shit : dotFuscator : I again use Libx tool and it fail :( saying it is not by dotFuscator,so I wanted to ask you guys if defeating dotnet reactor and defeating the dotFuscator will I get the source code to study it ?

Kurapica
08-11-2009, 12:40 PM
so I wanted to ask you guys if defeating dotnet reactor and defeating the dotFuscator will I get the source code to study it ?No one can give you a correct answer unless we see the application you are talking about, If It's obfuscated with .NET reactor you will have to write your own control-flow deobfuscator to get a better source code from Reflector.

in short; code can be restored but it will take much work and time.