PE教程5: Section Table(节表) 理论: 到本课为止,我们已经学了许多关于 DOS header 和 PE header 的知识。接下来就该轮到 section table
PE教程6: Import Table(引入表) 本课我们将学习引入表。先警告一下,对于不熟悉引入表的读者来说,这是一堂又长又难的课,所以需要多读几遍,最好再打开调试器来好好分析相关结构。各位,努力
PE教程4: Optional Header 我们已经学习了关于 DOS header 和 PE header 中部分成员的知识。这里是 PE header 中最后、最大或许也是最重要的成员,opt
PE教程2: 检验PE文件的有效性 本教程中我们将学习如何检测给定文件是一有效PE文件。 下载 理论: 如何才能校验指定文件是否为一有效PE文件呢? 这个问题很难回答,完全取决于想要的精准程
Tutorial 7: Export Table We have learned about one part of the dynamic linking, namely the import t
Tutorial 5: Section Table Theory: Up to this tutorial, we learned about the DOS header, the PE
Tutorial 3: File Header In this tutorial, we will study the file header portion of the PE header.
Tutorial 1: Overview of PE file format This is the complete rewrite of the old PE tutorial no1 whic
PE教程7: Export Table(引出表) 上一课我们已经学习了动态联接中关于引入表那部分知识,现在继续另外一部分,那就是引出表。 理论: 当PE装载器执行一个程序,它将相关DL
PE教程3: File Header (文件头) 本课我们将要研究 PE header 的 file header(文件头)部分。 至此,我们已经学到了哪些东东,先简要回顾一下: DOS