Hello, > As you may be aware our old faithful reflector is no longer going to free. > http://www.red-gate.com/products/dotnet-development/reflector/announcement > I was wondering if their are any opensource alternatives. Or if their are > any projects being started to create one as a result of this announcement.
MonoDevelop has integrated Cecil's Decompiler. The decompiler source is here: https://github.com/mono/cecil/tree/master/decompiler Someone could build a standalon Winforms or Gtk+ UI for this for dedicated decompilation of assemblies. Miguel. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
