免费的.NET反编译器,dotPeek 1.1 发布

jopen 11年前

DotPeek是最先进的.NET反编译器之一。它生成的代码质量很高,它还会尝试到源代码服务器上抓取代码。DotPeek的导航功能和快捷键非常便捷。它还能精确查找符号的使用,同时支持插件。DotPeek不能与Visual Studio集成。


免费的.NET反编译器,dotPeek 1.1 发布。下载 the final release of dotPeek 1.1.

免费的.NET反编译器,dotPeek 1.1 发布

此更新的亮点包括:

  • Export Assembly to Project: based on high demand, we have enabled saving decompiled assemblies as Visual Studio projects.
  • Exploring projects in Assembly Explorer: you can now browse projects (.csproj files) and everything that’s included in them after generating the projects from decompiled sources.
  • BAML decompilation, meaning that if you’ve got a compiled WPF app, you can easily look at its XAML UI definitions.
  • Multiple decompiler improvements including better support for async methods and lambdas, LINQ expressions and field-like events.
  • Go to everything: following the footsteps of ReSharper 8, dotPeek 1.1 includes Go to Everything, a navigation command that enables navigating to either file, symbol or type within one menu.
  • Bookmarks have also made their way to dotPeek from ReSharper.
  • dotPeek now preserves window layout settings and the list of recently opened files between application launches.
  • In addition to the .msi installer, dotPeek is now also distributed as 32-bit and 64-bit executables, which supersede the previously available .zip archive distribution.

在1.1版本的修正和改进的完整列表,请参阅:release notes.

Please download dotPeek 1.1 for even better decompilation experience!