Module lief::pe::dynamic_relocation
Expand description
Module related to dynamic relocations (DVRT)
Structs
- This structure represents a dynamic relocation (
IMAGE_DYNAMIC_RELOCATION32
orIMAGE_DYNAMIC_RELOCATION64
) - This class represents a dynamic relocation (
IMAGE_DYNAMIC_RELOCATION64_V2
orIMAGE_DYNAMIC_RELOCATION32_V2
)
Enums
- This enum wraps the different versions of dynamic relocations:
Constants
Traits
- Trait shared by all dynamic relocations