简体   繁体   中英

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 ?? I have tried many programs like (JustDecompile , dotpeek , ILSpy) but all of them are decompiling file with out comment.

For the full information you need a corresponding xml file for xml documentation, and a .pdb symbol file containing the metadata.

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. If you have an external dll, its not likely it will match.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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