Page 1 of 1

Decompiling C#

Posted: Tue Jun 01, 2004 10:57 pm
by druidcent
I was wondering if anyone knew how easy it is to decompile a C# library? i.e. is the compiled version simply byte code like a Java class file which can be easily decompiled...

Thanks,
-Cent

Posted: Sun Jun 27, 2004 3:53 am
by UberGerbil
Lutz Roeder's Reflector is the most popular. Note that there are widely available ofuscation tools (one is available as a free download) that can make reading the decompiled code difficult to impossible.