View the export function information of the static library (. Lib) and dynamic library (. dll)

Source: Internet
Author: User

In general, we need to view information about functions or dependent functions contained in a DLL or EXE. We can use the dumpbin tool that comes with;

You can directly enter dumpbin in the command line to view its instructions. If not, run vcvarsall. bat in the vs installation directory to set the environment variables.


You can use the dependenc tool that comes with vs to view the export function of the dynamic library in the window;


To view information about a static database, use the command line:

Dumpbin/linkermember test. Lib> 1.txt

The exported information is stored in the 1.txt file. You can view the information in the 1.txt file.

In general, we need to view information about functions or dependent functions contained in a DLL or EXE. We can use the dumpbin tool that comes with;

You can directly enter dumpbin in the command line to view its instructions. If not, run vcvarsall. bat in the vs installation directory to set the environment variables.


You can use the dependenc tool that comes with vs to view the export function of the dynamic library in the window;


To view information about a static database, use the command line:

Dumpbin/linkermember test. Lib> 1.txt

The exported information is stored in the 1.txt file. You can view the information in the 1.txt file.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.