Header menu logo B2R2

Section Module

Provides constants for PE section names.

Functions and values

Function or value Description

Section.DebugPrefix

Full Usage: Section.DebugPrefix

Returns: string

The name prefix of sections that contain debug information: ".debug".

Returns: string

Section.EData

Full Usage: Section.EData

Returns: string

The name of the section that contains the export directory: ".edata".

Returns: string

Section.IData

Full Usage: Section.IData

Returns: string

The name of the section that contains the import directory: ".idata".

Returns: string

Section.PData

Full Usage: Section.PData

Returns: string

The name of the section that contains exception information: ".pdata".

Returns: string

Section.RData

Full Usage: Section.RData

Returns: string

The name of the section that contains initialized read-only data: ".rdata".

Returns: string

Section.Reloc

Full Usage: Section.Reloc

Returns: string

The name of the section that contains base relocations: ".reloc".

Returns: string

Section.Resource

Full Usage: Section.Resource

Returns: string

The name of the section that contains resources: ".rsrc".

Returns: string

Section.ResourceData

Full Usage: Section.ResourceData

Returns: string

The name of the section that contains resource data: ".rsrc$01".

Returns: string

Section.TLS

Full Usage: Section.TLS

Returns: string

The name of the section that contains thread-local storage: ".tls".

Returns: string

Section.Text

Full Usage: Section.Text

Returns: string

The name of the section that contains executable code: ".text".

Returns: string

Section.XData

Full Usage: Section.XData

Returns: string

The name of the section that contains unwind information: ".xdata".

Returns: string

Type something to start searching.