网上文摘 小说 Flash游戏 最近更新 下载排行 资源分类 下载指南
经典编程资源 精彩不容错过
设为首页
加入收藏
联系我们
  当前位置:Delphi园地经典工具其它 → DLL Export Viewer v1.15
  本周下载排行
  本月下载排行
资源名称:DLL Export Viewer v1.15
文件类型: RAR
适用版本:
发 布 者: DelphiFans
资源类型: 免费
资源大小: 42 KB
资源等级:
整理时间: 2008-2-15 9:49:03
资源网址: http://www.nirsoft.net
下载次数: 本 周:18 本月:590 总计:590
下载链接:
小说 Flash游戏
资源简介: 这个小工具可以帮你查看 DLL链接库文件中的输出函数及相应的偏移地址,这在调试程序时很方便。

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.
Google
 
Web www.delphifans.com
相关资源:
  • DLL Export Viewer v1.11
  • 下载帮助() 下载链接错误报告或者意见反馈
    下载说明:
    关于我们 | 广告服务 | 发布资源 | 联系站长 Copyright © 2002-2006 Delphi园地 All Rights Reserved