From f2af2f6cabab4ed5069ac97ea620e8d60a0de10f Mon Sep 17 00:00:00 2001 From: kkent030315 Date: Tue, 29 Oct 2024 03:50:57 +0900 Subject: [PATCH] Fix doc --- src/pe/debug.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pe/debug.rs b/src/pe/debug.rs index bf96256c..e3a053fb 100644 --- a/src/pe/debug.rs +++ b/src/pe/debug.rs @@ -607,7 +607,7 @@ pub struct ExDllCharacteristicsInfo { pub characteristics_ex: u32, } -/// Indicates that Compatibility Enforcement Technology (CET) is enabled for the DLL, +/// Indicates that Control Flow Enforcement Technology (CET) is enabled for the DLL, /// enhancing security via control-flow integrity. pub const IMAGE_DLLCHARACTERISTICS_EX_CET_COMPAT: u32 = 0x1; /// Indicates that CET is enforced in strict mode, increasing security measures against