Module stack_protection

Module stack_protection 

Source
Expand description

Stack overflow protection with canaries and guard pages.

Structs§

ProtectedStack
Protected stack with canaries and optional guard pages.
StackCanary
Stack canary for overflow detection.
StackCanaryGuard
Automatic stack canary checker that validates on drop.
StackProtection
Stack protection implementation.
StackProtectionStats
Stack protection statistics.

Functions§

get_stack_protection_stats
Get stack protection statistics.
init_stack_protection
Initialize stack protection subsystem.