Using Java decompiler, one can get back source code from .class file. Since .NET also followed same footsteps as in Java and EXEs are compiled to MSIL, is there any way to hack the .NET source code from EXEs?

Thanx