Skip to content

got ¤

Classes:

Functions:

RelocationType ¤

Bases: Enum

Attributes:

JUMP_SLOT class-attribute instance-attribute ¤

JUMP_SLOT = 1

GLOB_DAT class-attribute instance-attribute ¤

GLOB_DAT = 2

IRELATIVE class-attribute instance-attribute ¤

IRELATIVE = 3

get_got_entry ¤

get_got_entry(
    local_path: str,
) -> dict[RelocationType, list[dict[str, int | str]]]