搜索资源列表
MessageAdder
- 文件加壳器,通过解析PE文件格式,将原有exe文件运行前添加一个提示消息框,常用于演示版程序
C_Sharp解析 PE格式文件
- 用C#读取解析 PE格式文件
pedump192
- 1不是原创 2可以对文件进行pe结构的解析 3可以对取得的内容进行保存-two originality is not a document can be pe analytic structure of the three can be made to the content preservation
MessageAdder
- 文件加壳器,通过解析PE文件格式,将原有exe文件运行前添加一个提示消息框,常用于演示版程序-加壳documents, and through the analytic PE file format, the original exe file to run before the prompts to add a message box, commonly used in the demo program
ResBorn
- ResBorn 是一种高效方便的多语言引擎,它的工作模式如下: 1.导出字符串: 枚举指定PE文件(可以是当前进程的EXE文件)中的所有资源,把其中语言相关的字符串(对话框、菜单、字符表)导出为 LNG 格式的语言字符串列表(UNICODE带BOM的文本文件),用户可以使用任何文本编辑器编辑它。 2. 导入字符串:枚举指定PE文件(可以是当前进程的EXE文件,有自动退出更新机制)中的所有资源,根据1中所述的LNG文件
PEInfo_example
- windows PE 文件格式分析工具的编写。代码里解析了PE文件的格式及具体分析方法。-windows PE file format for preparation of analytical tools. Analysis of the code in the PE file format and the specific analysis.
explorerpe_src
- PE格式简易解析器V1.0,可以解析出PE各个部分的数据解析出来用于分析,主要包括基本数据段、数据目录、区段信息、导入表、导出表、重定位表、资源表。-PE Parser summary format V1.0, can resolve the various parts of the PE from the data analysis used to analyze, including the basic data segment,
PEANALYSE
- 解析PE 学习PE时写的一个小工具 VC-analyse pe
PE
- PE资料,PE文件格式解析。PE及Windows下Dll和其他可执行文件的格式。-PE data, PE file format parsing. PE, and Windows, Dll and other executable file formats.
Plugin
- 解析PE文件格式源代码,学习PE文件结构的首选-PE file format
pexports
- PE格式文件解析代码,可以详细的解析PE的区段,头部等信息-parsing of PE format code
PE-Export
- 解析pe文件,分析PE文件加载的dll模块,显示导出表和导入表-Pe file analysis to analyze export tables and import tables PE
GetPE
- 解析PE文件,获取PE文件的节、导入表、导出表等(C语言实现)-Parsing PE files (C language)
PE
- PE解析了输入表和输出表。并且使用了stl的vector。windows 的console-analyse the importTable&exportTable of PE
PEInfo
- C语言和SDK实现,解析PE格式文件,比如导入表,导出表,资源,重定位表等-C the language+SDK achieve parsing PE file
PETool
- 解析PE 文件的工具,可以导入一个文件,查看导入表,导出表,各种信息。-Tool to parse the PE file, you can import a file to view the import table, export table, all kinds of information.
PE_info
- 解析PE文件,取得PE中的PE头信息,导入表,延迟导入表,导出表,重定位信息。并从PE文件中提取出图标,位图,菜单资源-Parsing PE files obtained in PE PE header information, import table, delayed import table, export table, relocation information. And extracted from the PE file
PE
- PE解析了输入表和输出表。并且使用了stl的vector。windows 的consoleanalyse the importTable&exportTable of PE-analyse the importTable&exportTable of PE
详解详解windows的PE文件格式
- WINDOWS PE文件解析,PE文件详细解析 ,包含详细的代码和分析(The detailed parsing of the Windows PE file, including the specific implementation and analysis of the code, is simple and clear)
testPE
- 使用c++,解析pe的动态库或是exe里面的导出函数及符号信息。(Use c++ to analyze the dynamic library of PE or the exported function and symbol information in exe.)