mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 21:03:42 +00:00
Fixed TerminateOnHeapError to TerminateOnError
This commit is contained in:
@ -227,7 +227,7 @@ Data Execution Prevention (DEP) | System and app-level | DEP, EmulateAtlThun
|
|||||||
Force randomization for images (Mandatory ASLR) | System and app-level | ForceRelocateImages | Audit not available
|
Force randomization for images (Mandatory ASLR) | System and app-level | ForceRelocateImages | Audit not available
|
||||||
Randomize memory allocations (Bottom-Up ASLR) | System and app-level | BottomUp, HighEntropy | Audit not available
|
Randomize memory allocations (Bottom-Up ASLR) | System and app-level | BottomUp, HighEntropy | Audit not available
|
||||||
Validate exception chains (SEHOP) | System and app-level | SEHOP, SEHOPTelemetry | Audit not available
|
Validate exception chains (SEHOP) | System and app-level | SEHOP, SEHOPTelemetry | Audit not available
|
||||||
Validate heap integrity | System and app-level | TerminateOnHeapError | Audit not available
|
Validate heap integrity | System and app-level | TerminateOnError | Audit not available
|
||||||
Arbitrary code guard (ACG) | App-level only | DynamicCode | AuditDynamicCode
|
Arbitrary code guard (ACG) | App-level only | DynamicCode | AuditDynamicCode
|
||||||
Block low integrity images | App-level only | BlockLowLabel | AuditImageLoad
|
Block low integrity images | App-level only | BlockLowLabel | AuditImageLoad
|
||||||
Block remote images | App-level only | BlockRemoteImages | Audit not available
|
Block remote images | App-level only | BlockRemoteImages | Audit not available
|
||||||
|
Reference in New Issue
Block a user