How can I batch decompile multiple .NET assemblies?

369 views Asked by At

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.

2

There are 2 answers

0
Hossam Elsagheer On BEST ANSWER

I Used Red-Gate reflector extension from vs.net and it works perfectly

1
Kraang Prime On

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 :

image