i want to see the function in the dll file ,
how to view a dll file , what tools should i use ?
thanks
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.
GUI tool: Dependency Walker (free download from the web)
Launch the application and File/Open desired dll.
Command line tool: dumpbin.exe (It came with Visual Studio, but free download might be available on msdn)
Type
dumpbin /exports desired.dll