Summary of this chapter
· PE file Format overview
· PE file structure
· How to get Oep in a PE file
· How to get resources in a PE file
· How to modify the PE file to display an instance of the MessageBox 2.1 introduction
Typically, EXE files under
PE Study Notes
PE means portable executable (portable execution body ). Overall hierarchical distribution of PE file structure: --------------| Dos MZ header || -------------- || Dos Stub || -------------- || PE Header || -------------- || Section
Detailed description of PE File Format (Part 1)
Summary
Windows NT 3.1 introduces a new executable file format named PE file format. The PE file format specification is included in the msdn Cd (specs and strategy, specifications, Windows NT file
Author: msdnAuthor: Li Ma (http://home.nuc.edu.cn /~ Titilima)
Summary
Windows NT 3.1 introduces a new executable file format named PE file format. The PE file format specification is included in the msdn Cd (specs and strategy, specifications,
PE Study NotesPE means portable executable (portable execution body ). Overall hierarchical distribution of PE file structure: --------------| Dos MZ header || -------------- || Dos Stub || -------------- || PE Header || -------------- || Section
Deep Dive into the PE file format-create your own pe showAuthor: winroot//////////////////////////////////////// ////////////////////////////// Start ////////////////////////////////////////// ///////////////////////////Hello everyone! I have been
V. Section Table)
The section table is a structure array next to the PE Header. The number of members of this array is determined by the value of the numberofsections field in the file header (image_file_header) structure. The member structure of
V. Section Table)The section table is a structure array next to the PE Header. The number of members of this array is determined by the value of the numberofsections field in the file header (image_file_header) structure. The member structure of the
In the previous section, we have a general understanding of the role of each part of the PE file. From this section, we will further explain each part of the PE file, of course, don't forget the two questions I raised in the previous section.
1. Dos
[Learning] Windows PE file Learning (1: Export tables), pe Export
Today, I made a small program to read the exported table from the PE file for learning.
I have referenced the book "Windows PE authoritative guide.
First, the full name of the PE file
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.