LKBEN10640: Howto show the exports from a dll or dynamic link library under windows
Symptom
You need to know the exports from a dll
Cause
none
Solution
You can use the tool dumpbin to show the exports of a dll.
C:\Windows\System32>dumpbin /exports MapsCSP.dll
Microsoft (R) COFF/PE Dumper Version 14.33.31629.0
Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file MapsCSP.dll
File Type: DLL
Section contains the following exports for MapsCSP.dll
00000000 characteristics
4C162947 time date stamp
0.00 version
1 ordinal base
2 number of functions
2 number of names
ordinal hint RVA name
1 0 00003440 DllCanUnloadNow
2 1 000034A0 DllGetClassObject
Summary
1000 .data
1000 .pdata
D000 .rdata
1000 .reloc
1000 .rsrc
B000 .text
Have fun.
Disclaimer:
The information provided in this document is intended for your information only. Lubby makes no claims to the validity of this information. Use of this information is at own risk!About the Author
Author:
- Keskon GmbH & Co. KGWim Peeters is electronics engineer with an additional master in IT and over 30 years of experience, including time spent in support, development, consulting, training and database administration. Wim has worked with SQL Server since version 6.5. He has developed in C/C++, Java and C# on Windows and Linux. He writes knowledge base articles to solve IT problems and publishes them on the Lubby Knowledge Platform.
Latest update: 24-03-2023