利用工具dumpbin查看.dll文件中包含的函数(方法)

您安装的有vistual studio 系列软件的话,里面是自带这个工具的,比如以我的本机为例在 D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin

 

 

找到需要查看函数的dll文件,例如 c:\windows\system32\user32.dll 为例

则在命令行下输入

dumpbin.exe /exports c:\windows\system32\user32.dll

即可

 

 --------------------------------------------

dumpbin.exe /exports I:\work\linphone\sipdemo-master\SIPEngine\linphone\linphone.dll >d:\1.txt

记录到文本

 如下

Microsoft (R) COFF/PE Dumper Version 14.32.31332.0
Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file I:\work\linphone\sipdemo-master\SIPEngine\linphone\linphone.dll
File Type: DLL
Section contains the following exports for linphone.dll
00000000 characteristics
59413157 time date stamp Wed Jun 14 20:51:35 2017
0.00 version
1 ordinal base
1857 number of functions
1857 number of names
ordinal hint RVA name
1 0 0005A2C0 _linphone_core_add_callbacks
2 1 00058470 buddy_lookup_request_set_key
3 2 00016BF0 call_logs_read_from_config_file
4 3 00026630 lime_createMultipartMessage
5 4 000269D0 lime_decryptFile
6 5 00026A30 lime_decryptMessage
7 6 00026AD0 lime_decryptMultipartMessage

posted @   simadi  阅读(1734)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· 上周热点回顾(2.24-3.2)
历史上的今天:
2020-07-21 postman,apipost 访问webservice方法
2016-07-21 c# 操作 MongoDB 的 第三方类库 MongoRepository
2015-07-21 如何使用SQLite数据库 匹配一个字符串的子串?
点击右上角即可分享
微信分享提示