首页
社区
课程
招聘
[转帖]DLL Export Viewer v1.62 Copyright (c) 2005 - 2013 Nir Sofer
发表于: 2013-6-25 13:11 2169

[转帖]DLL Export Viewer v1.62 Copyright (c) 2005 - 2013 Nir Sofer

2013-6-25 13:11
2169
DLL Export Viewer v1.62
Copyright (c) 2005 - 2013 Nir Sofer


Description
This utility displays the list of all exported functions and their virtual memory addresses for the specified DLL files. You can easily copy the memory address of the desired function, paste it into your debugger, and set a breakpoint for this memory address. When this function is called, the debugger will stop in the beginning of this function.
For example: If you want to break each time that a message box is going to be displayed, simply put breakpoints on the memory addresses of message-box functions: MessageBoxA, MessageBoxExA, and MessageBoxIndirectA (or MessageBoxW, MessageBoxExW, and MessageBoxIndirectW in unicode based applications) When one of the message-box functions is called, your debugger should break in the entry point of that function, and then you can look at call stack and go backward into the code that initiated this API call.
Versions History
Version 1.62
Fixed the flickering while browsing the exported functions list.
Version 1.61
Fixed issue: The properties and the other windows opened in the wrong monitor, on multi-monitors system.

http://www.nirsoft.net/utils/dllexp.zip
http://www.nirsoft.net/utils/dllexp-x64.zip


[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

上传的附件:
收藏
免费 1
支持
分享
最新回复 (4)
雪    币: 6515
活跃值: (3127)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
2
lin版,发帖竟然带图了,太感人了....
2013-6-25 14:00
0
雪    币: 137
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
2013-6-25 15:53
0
雪    币: 563
活跃值: (95)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
更新  下
2013-6-27 21:09
0
雪    币: 197
活跃值: (16)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
嗯,这个软件不错,看起来很方便。
2013-7-19 17:09
0
游客
登录 | 注册 方可回帖
返回
//