Search code examples
c#decompilerdotpeek

Decompiler and repacker for .NET


Is there a tool which allows me to decompile a .net dll, edit it and repack it back to dll again?

I use dotPeek a lot. It can't repack or edit.


Solution

  • While Reflector is cool - but it's not free.

    There is Mono.Cecil - which is a lower level tool that can modify assemblies. The two I now use most often are:

    JustDecompile and DotPeek