Tuesday, October 6, 2015

reverse engineering tools for .net

Here is  a list of tools to decompile dll and other.

1. dotPeek

What's Cool about dotPeek?
  1. Decompiling .NET 1.0-4.5 assemblies to C#
  2. Support for .dll, .exe, .zip, .vsix, .nupkg, and .winmd files
  3. Quick jump to a type, assembly, symbol, or type member
  4. Effortless navigation to symbol declarations,
  5. implementations, derived and base symbols, and more
  6. Accurate search for symbol usages
  7. with advanced presentation of search results
  8. Overview of inheritance chains
  9. Support for downloading code from source servers
  10. Syntax highlighting
  11. Complete keyboard support
  12. dotPeek is free!
(taken from ref_10)



ref_10: http://reverseengineering.stackexchange.com/questions/235/how-to-decompile-dll-files

No comments: