dll导入导出资源文件查看工具 InspectExe

简介: InspectExe lets you explore and diagnose problems with Win32 applications. It is integrated directly into the Windows® Explorer and adds as a set of ...

InspectExe lets you explore and diagnose problems with Win32 applications.

It is integrated directly into the Windows® Explorer and adds as a set of extra pages in the Properties sheet for the selected executable file. Look at the screen shots atthe bottom of this page to see examples of the information it displays.

 

  • Display all import and export functions of an executable file (.EXE, .OCX or .DLL). Additional file extensions can be selected on installation.
  • Shows function definition for decorated (mangled) function names.
  • Show all the Windows PE sections contained in an executable file.
  • Shows executable manifests and CLR headers.
  • Display extended version information not shown on Version Properties tab.
  • Display exported symbols from library files (.LIB).
  • Works for 64bit and 32bit executable files.
  • List all the resources contained in the executable and display all resource strings.
  • Check whether the module can be loaded without executing it. This will verify that all dependent DLLs are available.
  • Compare executables and using computed checksum spots differences between different versions of files.
  • Runs on Windows® 95, 98, Me, NT4, 2000, XP, Vista and 7.
  • Freeware !
  • An enhanced version of this utility is available for purchase. This allows dialogs, bitmap, icon, cursor and accelerator resources to be previewed from within Explorer, and to copy bitmap, icons and cursors to the clipboard. Follow this link for more information.
 
目录
相关文章
|
算法 网络协议 测试技术
国密SSL协议之性能测试
国密SSL在实际上线和使用过程中,性能就是一个必须面对的问题。 国密SSL和标准SSL相比,算一个新生事物,没有完善齐备的性能测试工具。 本文针对国密SSL性能测试,描述了相关指标,并提供一些基本的方法和工具。
2349 0
国密SSL协议之性能测试
|
11月前
|
机器学习/深度学习 存储 算法
One-Hot编码介绍
【10月更文挑战第2天】
|
10月前
|
存储 安全 算法
AES算法
【10月更文挑战第30天】AES算法
1120 2
stm32f407探索者开发板(十三)——JLINK在线调试_软件调试_方法与技巧
stm32f407探索者开发板(十三)——JLINK在线调试_软件调试_方法与技巧
798 0
|
11月前
|
编解码 前端开发 UED
|
安全 JavaScript 前端开发
在Linux中生成随机数的各种方法
在计算机编程中,生成随机数是一项常见的任务,用于模拟实际情况、加密、游戏设计等。Linux系统提供了多种方法来生成随机数。本文将介绍Linux环境下生成随机数的几种常用方法,包括伪随机数生成器、/dev/random 和 /dev/urandom 设备、以及使用编程语言生成随机数。
1339 3
|
存储 Java 索引
64 位 JVM 中 int 的大小解析
【8月更文挑战第21天】
209 0
|
索引 Windows
技术笔记:RTF文件格式
技术笔记:RTF文件格式
668 0
STM32 ST-LINK Utility程序烧录方法
STM32 ST-LINK Utility程序烧录方法
2604 0
/etc/init.d/functions运用实战配置system服务详解
/etc/init.d/functions运用实战配置system服务详解