November 2017
Intermediate to advanced
226 pages
5h 59m
English
The program image is the location where the actual executable is stored in memory. The executables will be in portable executable (PE) format and include the executable and the DLL. Within this section, there are some items defined, such as the PE header, .text, .rdata, .data, and so on. The PE header defines the header information for the rest of the executable and .text includes the code segments. .rdata is the read only data segment and .rsrc is the section in which resources such as icons, menus, and fonts for the executable are stored.
Read now
Unlock full access