首页
社区
课程
招聘
[ZT]DLL Export Viewer v1.02
发表于: 2006-4-24 00:32 2591

[ZT]DLL Export Viewer v1.02

2006-4-24 00:32
2591
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 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.

Version 1.02 - New Option: Search Function In Google.

[课程]Linux pwn 探索篇!

上传的附件:
收藏
免费 1
支持
分享
最新回复 (6)
雪    币: 146
活跃值: (72)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
2
收藏了!
2006-4-24 00:41
0
雪    币: 93920
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
原来的文件见:

http://bbs.pediy.com/showthread.php?s=&threadid=23903&highlight=Armadillo+Find+Protected
2006-4-24 00:43
0
雪    币: 174
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
好东西啊,支持一下 
2006-5-9 17:41
0
雪    币: 432
活跃值: (15)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
好啊 正需要啊
2006-5-15 20:06
0
雪    币: 200
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
6
幸好看懂了Description
下了,幸苦了林版主谢谢
2006-5-17 17:28
0
雪    币: 206
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
什么时候可能用得到。
2006-5-17 20:23
0
游客
登录 | 注册 方可回帖
返回
//