发表评论取消回复
相关阅读
相关 PE 文件格式 .text .data .idata .rsrc
好玩的: PE 文件格式把可执行文件分成若干个数据节( section ),不同的资源被存放在不同的节中。 一个典型的 PE 文件中包含的节如下。 .tex
相关 windows PE Image 文件分析(6)--- .reloc 节与 base relocation table
-------------------- .reloc 节和 base relocation table 仅存在于 Image 文件中,用于当映像被加载运行的 Im
相关 windows PE Image 文件分析(5)--- .rsrc 节与 resource table
windows PE Image 文件分析(5)--- .rsrc 节与 resource table -------------------- PE 文件所有使用的
相关 windows PE Image 文件分析(4)--- 导入函数的绑定
-------------------- 上一篇文章探讨了 helloworld.exe 映像的 import table 和 .idata 节的情况,现在接着看一
相关 windows PE Image 文件分析(3)--- .idata 节与 import table
-------------------- 现在我们来探讨一下 .idata 节与 import table 下面是 helloworld.exe 映像中使用了 i
相关 windows PE Image 文件分析(2)--- .text 节
-------------------- 在上一篇文章:[http://www.mouseos.com/windows/PE\_image1.html][http_
相关 windows PE Image 文件分析(1)
原文链接:http://www.mouseos.com/windows/PE\_image1.html -------------------- ![pe_20_
相关 分析pe文件资源(学习)
PE文件,全称Portable Executable文件,是Windows系统可执行文件采用的普遍格式,像我们平时接触的EXE、DLL、OCX,甚至SYS文件都属于PE文件
相关 PE文件详解之IMAGE_NT_HEADER结构
PE Header 是PE相关结构NT映像头(IMAGE\_NT\_HEADER)的简称。里面包含了许多PE装载器用到的重要字段。 先看看该结构体: typedef
相关 [PE格式分析] 4.IMAGE_FILE_HEADER
源代码如下: ![复制代码][copycode.gif] typedef struct _IMAGE_FILE_HEADER { +04h WORD
还没有评论,来说两句吧...