BinSectionKind Type
Represents the kind of a binary section.
Union cases
| Union case |
Description
|
Full Usage:
CodeSection
|
The section contains executable code. |
Full Usage:
DataSection
|
The section contains initialized data. |
Full Usage:
DebugSection
|
The section contains debug information. |
Full Usage:
DynamicLinkageSection
|
The section implements dynamic linkage, such as a PLT, stubs, or symbol-pointer tables. |
Full Usage:
MetadataSection
|
The section contains linker, loader, symbol, relocation, or other structural metadata. |
Full Usage:
ResourceSection
|
The section contains resources. |
Full Usage:
ThreadLocalStorageSection
|
The section contains thread-local storage data. |
Full Usage:
UninitializedDataSection
|
The section occupies memory but has no file-backed contents. |
Full Usage:
UnknownSection
|
The section kind is unknown or not classified. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCodeSection
Returns: bool
|
|
Full Usage:
this.IsDataSection
Returns: bool
|
|
Full Usage:
this.IsDebugSection
Returns: bool
|
|
Full Usage:
this.IsDynamicLinkageSection
Returns: bool
|
|
Full Usage:
this.IsMetadataSection
Returns: bool
|
|
Full Usage:
this.IsResourceSection
Returns: bool
|
|
Full Usage:
this.IsThreadLocalStorageSection
Returns: bool
|
|
Full Usage:
this.IsUninitializedDataSection
Returns: bool
|
|
Full Usage:
this.IsUnknownSection
Returns: bool
|
|
B2R2