Expand description
Address Space Layout Randomization (ASLR) implementation.
Structs§
- Address
Space Layout - Address space layout detection and management.
- Arch
Constraints - Architecture-specific constraints for ASLR.
- Aslr
Manager - ASLR implementation for thread stacks and memory layout.
- Aslr
Stats - ASLR statistics.
- Memory
Region - Memory region descriptor.
- Randomized
Stack - Stack with randomized allocation address.
- Thread
Memory Layout - Thread-specific memory layout with randomization.
Enums§
- Architecture
- Supported architectures for ASLR.
Functions§
- create_
randomized_ layout - Create randomized thread memory layout.
- get_
aslr_ stats - Get ASLR statistics.
- init_
aslr - Initialize ASLR subsystem.
- randomize_
stack_ address - Randomize stack allocation address.