.net decompiler – dotPeek

By | October 17, 2014

As per Krishna’s suggestion, wanted to have a look at some dlls and found this amazing tool ‘dotPeek’ ( https://www.jetbrains.com/decompiler/) Got the dlls converted to source file. Job done.

In the following days, I will explore the software a little bit more

And from the website,

What’s Cool about dotPeek?

  1. Decompiling .NET 1.0-4.5 assemblies to C#
  2. Exporting decompiled code to Visual Studio projects
  3. Support for downloading code from source servers and PDB files generation
  4. Quick jump to a type, assembly, symbol, or type member
  5. Effortless navigation to symbol declarations,implementations, derived and base symbols, and more
  6. Accurate search for symbol usages with advanced presentation of search results
  7. Overview of inheritance chains

Leave a Reply