Header menu logo B2R2

SectionKind Type

Kinds of sections.

Record fields

Record Field Description

CodeSection

Full Usage: CodeSection

Field type: SectionKind
Modifiers: static

Executable code section.

Field type: SectionKind

ExtraSection

Full Usage: ExtraSection

Field type: SectionKind
Modifiers: static

Extra section that does not fit into the above categories.

Field type: SectionKind

InitializedDataSection

Full Usage: InitializedDataSection

Field type: SectionKind
Modifiers: static

Data section that contains initialized data, e.g., .data section.

Field type: SectionKind

LinkageTableSection

Full Usage: LinkageTableSection

Field type: SectionKind
Modifiers: static

Linkage table, such as PLT, section.

Field type: SectionKind

ReadOnlyDataSection

Full Usage: ReadOnlyDataSection

Field type: SectionKind
Modifiers: static

Read-only data section, e.g., .rodata section.

Field type: SectionKind

UninitializedDataSection

Full Usage: UninitializedDataSection

Field type: SectionKind
Modifiers: static

Data section that contains uninitialized data, e.g., .bss section.

Field type: SectionKind

Type something to start searching.