首页
社区
课程
招聘
[转帖]DLL Export Viewer
发表于: 2010-6-27 02:23 3685

[转帖]DLL Export Viewer

2010-6-27 02:23
3685
DLL Export Viewer v1.41
2010-06-26

Changelog

- Fixed focus and tab order issues in the Options window.

Download

Portable:
http://www.nirsoft.net/utils/dllexp.zip

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

[课程]Linux pwn 探索篇!

上传的附件:
收藏
免费 1
支持
分享
最新回复 (3)
雪    币: 416
活跃值: (29)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
这个是重定位工具吗?
2010-6-27 06:33
0
雪    币: 93920
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
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 memoery 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.
2010-6-27 09:26
0
雪    币: 93920
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
4
DLL Export Viewer v1.42
2010-10-31

Changelog

- Added 'Add Header Line To CSV/Tab-Delimited File' option. When this option is turned on, the column names are added as the first line when you export to csv or tab-delimited file.
- You can now send the exported functions list to stdout by specifying an empty filename ("") in the command-line of all save parameters.
  For example: dllexp.exe /from_files "c:\windows\system32\shell32.dll" /stab "" >> c:\temp\funclist.txt

Download

Portable:
http://www.nirsoft.net/utils/dllexp.zip

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

Программное обеспечение выпуска и Windows Crack Обучение
Нам-Dabei Guanyin Бодхисаттва Нам без митабха
2010-11-1 13:58
0
游客
登录 | 注册 方可回帖
返回
//