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.
 
目录
相关文章
|
2月前
|
XML Java 数据格式
使用Freemarker模版导出xls文件使用excel打开提示文件损坏
使用Freemarker模版导出xls文件使用excel打开提示文件损坏
49 0
|
4月前
|
JavaScript 前端开发
nodejs实现解析chm文件列表,无需转换为PDF文件格式,在线预览chm文件以及目录,不依赖任何网页端插件
nodejs实现解析chm文件列表,无需转换为PDF文件格式,在线预览chm文件以及目录,不依赖任何网页端插件
|
3月前
VBA实现当文件夹不存在时自动创建
VBA实现当文件夹不存在时自动创建
46 0
|
缓存 算法 JavaScript
如何开发一个导入/导出插件
在开发过程中,或多或少都会遇到数据格式转换的问题,如果只是简单的数据,那自然用什么方式都可以,如果遇到数据非常多、层级复杂、关联性强的数据,则需要摸索出一套合适的方法,本文会介绍两种比较可行的转换模型,他们各自适合不同的场景和喜好。
|
API C# C++
C#开发奇技淫巧二:根据dll文件加载C++或者Delphi插件
原文:C#开发奇技淫巧二:根据dll文件加载C++或者Delphi插件       这两天忙着把框架改为支持加载C++和Delphi的插件,来不及更新blog了。      原来的写的框架只支持c#插件,这个好做,直接用c#的反射功能便可。
1062 0
|
C# .NET 开发框架
C# 版dll 程序集合并工具
原文:C# 版dll 程序集合并工具 C# 版dll 程序集合并工具      最近要开发一个控件给同事用,开发中会引用一些第三方DLL,这样交给用户很不方便,希望的效果是直接交付一个DLL文件。网上找了一些资料。
1107 0