其他分享
首页 > 其他分享> > dnSpy

dnSpy

作者:互联网

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

 

 

如果客户环境出了问题,而又无法快速定位问题,可以借助dnSpy进行反编译调试跟踪。

 

dnSpy is a debugger and .NET assembly editor. You can use it to edit and debug assemblies even if you don't have any source code available.

Want to say thanks? Click the star at the top of the page. Or fork dnSpy and send a PR!

The following pictures show dnSpy in action. It shows dnSpy editing and debugging a .NET EXE file, not source code.

debug-animated

edit-code-animated

Features (see below for more detail)

dnSpy uses the ILSpy decompiler engine and the Roslyn (C# / Visual Basic) compiler and many other open source libraries, see below for more info.

Binaries

Latest release

Latest build: Build status

Or build it from source, see the Wiki.

Debugger

Assembly Editor

Hex Editor

Other

List of other open source libraries used by dnSpy

Translating dnSpy

Click here if you want to help with translating dnSpy to your native language.

Wiki

See the Wiki for build instructions and other documentation.

License

dnSpy is licensed under GPLv3.

Credits

 

标签:code,C#,dnSpy,Visual,NET,metadata
来源: https://www.cnblogs.com/Jeely/p/11350589.html