Ofcourse the IL is lanuage independent,can i get the source code back from IL (let the source code be any language C#,VB) ?
|
|
|
|
|
|
|
You could use .NET Reflector and Denis Bauer's Reflector.FileDisassembler:
|
||
|
|
|
|
Yes, to an extent, http://www.red-gate.com/products/reflector/. |
||
|
|
|
|
yes, you can using ILDASM.exe http://msdn.microsoft.com/en-us/library/f7dy01k1%28VS.80%29.aspx |
||
|
|
