Is there a way you can open and view the code in a DLL (i.e., see functions/methods, signatures, and the code inside those functions or methods?)
Is there a way to view any headers inside the DLL as well as the authorship information for a DLL?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If they are .NET DLLs, you can find out a remarkable amount, including disassembling the code, using redgate’s free tool “Reflector” – see http://www.red-gate.com/products/reflector/