

JustDecompile and ILSspy are the only tool that support to save the decompiled code as a visual studio project with can be very useful in some cases. NET CodeReflect, ILSpy and JustDecompile can decompile to VB, IL and C# compared to dotPeek that only have support for C#. The other major difference is that JustDecompile sort all methods in alphabetic order.īoth. You need to click on every method name to see the implementation. Net CodeReflect of the decompress file doesn’t contain implementation for methods. Hyperlink-based type/method/property navigationĪn example of decompiling the File class in mscorelib.dllįrom above screenshot’s we can quick find 2 major differences between the different products.Search for types/methods/properties (substring).Support for downloading code from source servers.

With advanced presentation of search results Implementations, derived and base symbols, and more Effortless navigation to symbol declarations,.Quick jump to a type, assembly, symbol, or type member.Integrate with Windows Explorer Context Menu.After some searching I found 4 good candidates. The time have now come to find an replacement for Reflector. After Reflector did change their licensing so it was no longer free to use I did stick around for a long time on an old version of Reflector.
