junxnone / xwiki

https://junxnone.github.io/xwiki/
0 stars 0 forks source link

X PECOFF #152

Open junxnone opened 2 years ago

junxnone commented 2 years ago

Reference

Brief

PE Executable

image

COFF

image

File Headers

Section Table

Section Name Content
.bss Uninitialized data (free format)
.cormeta CLR metadata that indicates that the object file contains managed code
.data Initialized data (free format)
.debug$F Generated FPO debug information (object only, x86 architecture only, and now obsolete)
.debug$P Precompiled debug types (object only)
.debug$S Debug symbols (object only)
.debug$T Debug types (object only)
.drective Linker options
.edata Export tables
.idata Import tables
.idlsym Includes registered SEH (image only) to support IDL attributes. For information, see “IDL Attributes” in “References” at the end of this specification.
.pdata Exception information
.rdata Read-only initialized data
.reloc Image relocations
.rsrc Resource directory
.sbss GP-relative uninitialized data (free format)
.sdata GP-relative initialized data (free format)
.srdata GP-relative read-only data (free format)
.sxdata Registered exception handler data (free format and x86/object only)
.text Executable code (free format)
.tls Thread-local storage (object only)
.tls$ Thread-local storage (object only)
.vsdata GP-relative initialized data (free format and for ARM, SH4, and Thumb architectures only)
.xdata Exception information (free format)