Header menu logo B2R2

BaseRelocationBlock Type

Represents a base relocation block in a PE file. The .reloc section contains a series of base relocation blocks, each of which describes a set of relocations that need to be applied to the image when it is loaded into memory.

Record fields

Record Field Description

BlockSize

Full Usage: BlockSize

Field type: int32

The size of the block in bytes.

Field type: int32

Entries

Full Usage: Entries

Field type: RelocBlockEntry[]

The entries in the block, which contain the relocation information.

Field type: RelocBlockEntry[]

PageRVA

Full Usage: PageRVA

Field type: uint32

The relative virtual address of the block.

Field type: uint32

Type something to start searching.