Header menu logo B2R2

ELFType Type

Represents the ELF file type, such as ET_REL, ET_EXEC, etc.

Record fields

Record Field Description

ET_CORE

Full Usage: ET_CORE

Field type: ELFType
Modifiers: static

Core file.

Field type: ELFType

ET_DYN

Full Usage: ET_DYN

Field type: ELFType
Modifiers: static

Shared object file.

Field type: ELFType

ET_EXEC

Full Usage: ET_EXEC

Field type: ELFType
Modifiers: static

Executable file.

Field type: ELFType

ET_NONE

Full Usage: ET_NONE

Field type: ELFType
Modifiers: static

No file type.

Field type: ELFType

ET_REL

Full Usage: ET_REL

Field type: ELFType
Modifiers: static

Relocatable file.

Field type: ELFType

Type something to start searching.