dnSpy is a tool to reverse engineer .NET assemblies. It includes a decompiler, a debugger and an assembly editor (and more) and can be easily extended by writing your own extension. It uses dnlib to read and write assemblies so it can handle obfuscated assemblies (eg. malware) without crashing.

dnSpy - .NET assembly editor, decompiler, and debugger
Edit any method, property or event in C# or Visual Basic

If you want to help, fork the project and send pull requests.

Latest release: https://github.com/0xd4d/dnSpy/releases

Latest build: https://ci.appveyor.com/project/0xd4d/dnspy/build/artifacts

相关文章:

  • 2022-12-23
  • 2021-11-06
  • 2021-07-30
  • 2021-11-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2022-01-24
相关资源
相似解决方案