PDA

View Full Version : babel obfuscator


patriK
01-20-2010, 12:38 PM
I want to view a .NET PE file in reflector.

I tried to disassemble it and then I replaced all "unused" to "nop" in the methods I want to view with reflector.
Recompiling works but the file is not viewable in reflector.

Is there any solution / tutorial how to view source from babel obfuscated files?

bball0002
01-24-2010, 04:50 PM
http://doc.IsGre.at/Tools/B.I.O.R.v1.0-RES-tool.rar

patriK
01-28-2010, 04:30 AM
Wow - nice tool.

It really works but reflector only can show IL code. Why reflector can't convert it to C++ or Visual Basic?

IL code is very hard to read. :(