IMAGE_GUARDCF

Type Alias IMAGE_GUARDCF 

Source
pub type IMAGE_GUARDCF = IMAGE_GUARDCF64;

Aliased Type§

#[repr(C)]
pub struct IMAGE_GUARDCF {
Show 21 fields pub GuardCFCheckFunctionPointer: u64, pub GuardCFDispatchFunctionPointer: u64, pub GuardCFFunctionTable: u64, pub GuardCFFunctionCount: u64, pub GuardFlags: u32, pub CodeIntegrity: IMAGE_LOAD_CONFIG_CODE_INTEGRITY, pub GuardAddressTakenIatEntryTable: u64, pub GuardAddressTakenIatEntryCount: u64, pub GuardLongJumpTargetTable: u64, pub GuardLongJumpTargetCount: u64, pub DynamicValueRelocTable: u64, pub HybridMetadataPointer: u64, pub GuardRFFailureRoutine: u64, pub GuardRFFailureRoutineFunctionPointer: u64, pub DynamicValueRelocTableOffset: u32, pub DynamicValueRelocTableSection: u16, pub Reserved2: u16, pub GuardRFVerifyStackPointerFunctionPointer: u64, pub HotPatchTableOffset: u32, pub Reserved3: u32, pub EnclaveConfigurationPointer: u64,
}

Fields§

§GuardCFCheckFunctionPointer: u64§GuardCFDispatchFunctionPointer: u64§GuardCFFunctionTable: u64§GuardCFFunctionCount: u64§GuardFlags: u32§CodeIntegrity: IMAGE_LOAD_CONFIG_CODE_INTEGRITY§GuardAddressTakenIatEntryTable: u64§GuardAddressTakenIatEntryCount: u64§GuardLongJumpTargetTable: u64§GuardLongJumpTargetCount: u64§DynamicValueRelocTable: u64§HybridMetadataPointer: u64§GuardRFFailureRoutine: u64§GuardRFFailureRoutineFunctionPointer: u64§DynamicValueRelocTableOffset: u32§DynamicValueRelocTableSection: u16§Reserved2: u16§GuardRFVerifyStackPointerFunctionPointer: u64§HotPatchTableOffset: u32§Reserved3: u32§EnclaveConfigurationPointer: u64