you are better off with a decompiler like redgates .net reflector or jetbrains resharper decompiler. there are open source ones also like
http://www.jetbrains.com/decompiler/
http://ilspy.net/
Follow below steps..
ILDASM.EXE
press ENTER. ILDASM
window will open.Drag the .dll
file to window from your folder.Or click on File->New
.Then Add required .dll
file. .dll
file will appear. Double click on these files to see what it contains. I think you have downloaded the .NET Reflector & this FileGenerator plugin http://filegenreflector.codeplex.com/ , If you do,
Open up the Reflector.exe,
Go to View and click Add-Ins,
In the Add-Ins window click Add...,
Then find the dll you have downloaded
FileGenerator.dll (witch came wth the FileGenerator plugin),
Then close the Add-Ins window.
Go to File and click Open and choose the dll that you want to decompile,
After you have opend it, it will appear in the tree view,
Go to Tools and click Generate Files(Crtl+Shift+G),
select the output directory and select appropriate settings as your wish, Click generate files.
OR
use http://ilspy.net/
You cannot get the exact code, but you can get a decompiled version of it.
The most popular (and best) tool is Reflector, but there are also other .Net decompilers (such as Dis#).
You can also decompile the IL using ILDASM, which comes bundled with the .Net Framework SDK Tools.
I use the Jetbrains Dot peek Software , you can try that too
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With