Module dynamic_relocation

Module dynamic_relocation 

Expand description

Module related to dynamic relocations (DVRT)

Structs§

DynamicRelocationV1
This structure represents a dynamic relocation (IMAGE_DYNAMIC_RELOCATION32 or IMAGE_DYNAMIC_RELOCATION64)
DynamicRelocationV2
This class represents a dynamic relocation (IMAGE_DYNAMIC_RELOCATION64_V2 or IMAGE_DYNAMIC_RELOCATION32_V2)

Enums§

DynamicRelocation
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§

AsDynamicRelocation
Trait shared by all dynamic relocations