Section Module
Provides constants for PE section names.
Functions and values
| Function or value |
Description
|
Full Usage:
Section.DebugPrefix
Returns: string
|
The name prefix of sections that contain debug information: ".debug".
|
Full Usage:
Section.EData
Returns: string
|
The name of the section that contains the export directory: ".edata".
|
Full Usage:
Section.IData
Returns: string
|
The name of the section that contains the import directory: ".idata".
|
Full Usage:
Section.PData
Returns: string
|
The name of the section that contains exception information: ".pdata".
|
Full Usage:
Section.RData
Returns: string
|
The name of the section that contains initialized read-only data: ".rdata".
|
Full Usage:
Section.Reloc
Returns: string
|
The name of the section that contains base relocations: ".reloc".
|
Full Usage:
Section.Resource
Returns: string
|
The name of the section that contains resources: ".rsrc".
|
Full Usage:
Section.ResourceData
Returns: string
|
The name of the section that contains resource data: ".rsrc$01".
|
Full Usage:
Section.TLS
Returns: string
|
The name of the section that contains thread-local storage: ".tls".
|
Full Usage:
Section.Text
Returns: string
|
The name of the section that contains executable code: ".text".
|
Full Usage:
Section.XData
Returns: string
|
The name of the section that contains unwind information: ".xdata".
|
B2R2