Interview Question
Qus: What is a PE file?
Answers (2)
1. PE/COFF headers- Contains information regarding .EXE or DLL file.
2. CLR header- Contains information about CLR & memory management.
3. CLR data- Contains metadata of DDLs and MSIL code generated by compilers.
4. Native image section- Contains sections like .data, .rdata, .rsrc, .text etc.