计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

PE文件格式研究及PEDUMP的实现

2013-11-26 02:10
导读:数学论文毕业论文,PE文件格式研究及PEDUMP的实现论文模板,格式要求,科教论文网免费提供指导材料: 摘

摘  要

    PE文件格式是可在Windows NT, windows 95和WIN32操作系统下可可执行的2进制格式。
本文介绍了系统的开发环境及环境配置和系统分析、总体设计,比较全面地介绍了本系统的相关知识。最后,分析了设计的原程序,针对大部分代码给出了比较详细的文字解释说明。并且详细介绍PE文件格式,包含文件头、节表、节、资源目录、资源等等。研究如何用程序对各部分的内容进行读取分析显示,甚至对原PE文件的内容进行可行的修改、导入导出等功能。并实现对分析结果的文本导出保存。
此软件使用DELPHI在Windows系统下开发完成。

关键词 :Windous NT;  window 95; win32; Delphi; PE文件格式

Abstract

The PE ("portable executable") file format is the format of executable binaries (DLLs and programs) for MS windows NT, windows 95 and win32s.
This text introduces the development environment and environments of the system to install, carrying on the system analysis, total design immediately after, introducing related knowledge of this system more and completely.The end, the original procedure that analyzed the design, aims at big and parts of codes to the more detailed writing to explain the elucidation. This article introduced the PE format,include DOS ”MZ” Header, Dos stub, NTHeader,Section Table,Section,Resource directory,Resource,etc.Study how to read all parts of PE format files and displayed it in our program,even do some change to that PE format file and rewrite into it,also can read out one part of it and save it as another file,Study how to put a TXT file for the result.
This software named Pedump was programed by Delphi,run in windows.

Keywords:  Windous NT;   window 95;   win32;   Delphi;  PE file format

(科教论文网 lw.nSeAc.com编辑发布)


    上一篇:MATLAT下B样条曲线曲面的绘制 下一篇:没有了