Expand description
Control Flow Integrity (CFI) implementation for hardened execution.
Structs§
- CfiLabel
- CFI label for function identification.
- CfiProtected
Fn - CFI-protected function pointer.
- CfiProtection
- CFI protection implementation.
- CfiShadow
Stack - CFI shadow stack for return address protection.
- CfiStats
- CFI statistics.
- Indirect
Call Guard - CFI verification for indirect function calls.
- Return
Address Guard - Return address protection for function returns.
Statics§
- THREAD_
SHADOW_ STACK - Thread-local shadow stack (would be allocated per thread).
Functions§
- get_
cfi_ stats - Get CFI protection statistics.
- init_
cfi_ protection - Initialize CFI protection.