Header menu logo B2R2

BinSectionKind Type

Represents the kind of a binary section.

Union cases

Union case Description

CodeSection

Full Usage: CodeSection

The section contains executable code.

DataSection

Full Usage: DataSection

The section contains initialized data.

DebugSection

Full Usage: DebugSection

The section contains debug information.

DynamicLinkageSection

Full Usage: DynamicLinkageSection

The section implements dynamic linkage, such as a PLT, stubs, or symbol-pointer tables.

MetadataSection

Full Usage: MetadataSection

The section contains linker, loader, symbol, relocation, or other structural metadata.

ResourceSection

Full Usage: ResourceSection

The section contains resources.

ThreadLocalStorageSection

Full Usage: ThreadLocalStorageSection

The section contains thread-local storage data.

UninitializedDataSection

Full Usage: UninitializedDataSection

The section occupies memory but has no file-backed contents.

UnknownSection

Full Usage: UnknownSection

The section kind is unknown or not classified.

Instance members

Instance member Description

this.IsCodeSection

Full Usage: this.IsCodeSection

Returns: bool
Returns: bool

this.IsDataSection

Full Usage: this.IsDataSection

Returns: bool
Returns: bool

this.IsDebugSection

Full Usage: this.IsDebugSection

Returns: bool
Returns: bool

this.IsDynamicLinkageSection

Full Usage: this.IsDynamicLinkageSection

Returns: bool
Returns: bool

this.IsMetadataSection

Full Usage: this.IsMetadataSection

Returns: bool
Returns: bool

this.IsResourceSection

Full Usage: this.IsResourceSection

Returns: bool
Returns: bool

this.IsThreadLocalStorageSection

Full Usage: this.IsThreadLocalStorageSection

Returns: bool
Returns: bool

this.IsUninitializedDataSection

Full Usage: this.IsUninitializedDataSection

Returns: bool
Returns: bool

this.IsUnknownSection

Full Usage: this.IsUnknownSection

Returns: bool
Returns: bool

Type something to start searching.