简体   繁体   English

我如何反编译 .dll 文件代码和注释

[英]How I can Decompile .dll file code and comment

i have a .dll file that written in c# so i need to decompile .dll file to code with comment ??我有一个用 C# 编写的 .dll 文件,所以我需要将 .dll 文件反编译为带有注释的代码? I have tried many programs like (JustDecompile , dotpeek , ILSpy) but all of them are decompiling file with out comment.我试过很多程序,比如(JustDecompile、dotpeek、ILSpy),但所有这些都在反编译文件,没有注释。

For the full information you need a corresponding xml file for xml documentation, and a .pdb symbol file containing the metadata.要获得完整信息,您需要一个用于 xml 文档的相应xml文件,以及一个包含元数据的.pdb符号文件。

Without it you can "decompile", but you might find yourself having a hard time.没有它,您可以“反编译”,但您可能会发现自己很难。

Note: the full info pdb is usually only provisioned with a debug version of the assembly.注意:完整信息pdb通常只提供程序集的调试版本。 If you have an external dll, its not likely it will match.如果您有外部 dll,则不太可能匹配。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM