Module dynamic_relocation
Expand description
Module related to dynamic relocations (DVRT)
Structs§
- Dynamic
Relocation V1 - This structure represents a dynamic relocation (
IMAGE_DYNAMIC_RELOCATION32
orIMAGE_DYNAMIC_RELOCATION64
) - Dynamic
Relocation V2 - This class represents a dynamic relocation (
IMAGE_DYNAMIC_RELOCATION64_V2
orIMAGE_DYNAMIC_RELOCATION32_V2
)
Enums§
- Dynamic
Relocation - This enum wraps the different versions of dynamic relocations:
Constants§
- IMAGE_
DYNAMIC_ RELOCATION_ ARM64X - IMAGE_
DYNAMIC_ RELOCATION_ ARM64_ KERNEL_ IMPORT_ CALL_ TRANSFER - IMAGE_
DYNAMIC_ RELOCATION_ FUNCTION_ OVERRIDE - IMAGE_
DYNAMIC_ RELOCATION_ GUARD_ IMPORT_ CONTROL_ TRANSFER - IMAGE_
DYNAMIC_ RELOCATION_ GUARD_ INDIR_ CONTROL_ TRANSFER - IMAGE_
DYNAMIC_ RELOCATION_ GUARD_ RF_ EPILOGUE - IMAGE_
DYNAMIC_ RELOCATION_ GUARD_ RF_ PROLOGUE - IMAGE_
DYNAMIC_ RELOCATION_ GUARD_ SWITCHTABLE_ BRANCH
Traits§
- AsDynamic
Relocation - Trait shared by all dynamic relocations