How can I batch decompile multiple .NET assemblies at once ?
I tried Telerik JustDecompiler and Red Gate .NET Reflector, both of which only decompile .NET assemblies one at a time.
How can I batch decompile multiple .NET assemblies at once ?
I tried Telerik JustDecompiler and Red Gate .NET Reflector, both of which only decompile .NET assemblies one at a time.
For bulk disassembly, you can use a plugin for Red Gate's .NET Reflector by Denis Bauer called ReflectorFileDisassembler
The claim about what this is capable of comes from a quick google search ending up on this link on Red Gate forums in relation to you specific question.
This is a screenshot from his site showing it in action :
I Used Red-Gate reflector extension from vs.net and it works perfectly