Question

I have a directory with multiple .Net libraries (+/- 500 dlls). I need decompile this libraries to obtain the C# sourcecode. I use .Net Reflector software to decompile each library, but I should select each library one to one.

Is there any method which can decompile all libraries into directory easily? Any other tool?

Clarification: I don't need open all Dlls from a directory. I need 'export' the sourcecode from multiple Dlls without I must select one to one.

Was it helpful?

Solution

I created an addin to do that a while back. You can get the Dll here or the source code here

It adds an item to the File menu that opens a Folder Browser and will add all .net assemblies found in that directory to the assembly browser.

There's a little more information about it on the Reflector form here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top