Question: What is true about native executable? 1- The header contains information about the file, the sections, and how the file should be mapped as a
What is true about native executable?
1- The header contains information about the file, the sections, and how the file should be mapped as a process in the memory.
2- The code section contains the actual low-level instruction codes, while the data section contains actual data used by the code.
3- The header information can be classified as raw and virtual. Virtual information consists of appropriate information about the physical file, such as file offsets and size.
4- Every executable is structured with a header, code section, data section, and other pertinent sections.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
