We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Please add missing fields from LoadConfig DD https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-image_load_config_directory32
Here are fields for 32bit struct 'I,GuardCFCheckFunctionPointer', 'I,Reserved2', 'I,GuardCFFunctionTable', 'I,GuardCFFunctionCount', 'I,GuardFlags', 'H,CodeIntegrity.Flags', 'H,CodeIntegrity.Catalog', 'I,CodeIntegrity.CatalogOffset', 'I,CodeIntegrity.Reserved', 'I,GuardAddressTakenIatEntryTable', 'I,GuardAddressTakenIatEntryCount', 'I,GuardLongJumpTargetTable', 'I,GuardLongJumpTargetCount', 'I,DynamicValueRelocTable', 'I,CHPEMetadataPointer', 'I,GuardRFFailureRoutine', 'I,GuardRFFailureRoutineFunctionPointer', 'I,DynamicValueRelocTableOffset', 'H,DynamicValueRelocTableSection', 'H,Reserved2', 'I,GuardRFVerifyStackPointerFunctionPointer', 'I,HotPatchTableOffset', 'I,Reserved3', 'I,EnclaveConfigurationPointer', 'I,VolatileMetadataPointer', 'I,GuardEHContinuationTable', 'I,GuardEHContinuationCount' ) )
The text was updated successfully, but these errors were encountered:
erocarrera
No branches or pull requests
Hi,
Please add missing fields from LoadConfig DD
https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-image_load_config_directory32
Here are fields for 32bit struct
'I,GuardCFCheckFunctionPointer',
'I,Reserved2',
'I,GuardCFFunctionTable',
'I,GuardCFFunctionCount',
'I,GuardFlags',
'H,CodeIntegrity.Flags',
'H,CodeIntegrity.Catalog',
'I,CodeIntegrity.CatalogOffset',
'I,CodeIntegrity.Reserved',
'I,GuardAddressTakenIatEntryTable',
'I,GuardAddressTakenIatEntryCount',
'I,GuardLongJumpTargetTable',
'I,GuardLongJumpTargetCount',
'I,DynamicValueRelocTable',
'I,CHPEMetadataPointer',
'I,GuardRFFailureRoutine',
'I,GuardRFFailureRoutineFunctionPointer',
'I,DynamicValueRelocTableOffset',
'H,DynamicValueRelocTableSection',
'H,Reserved2',
'I,GuardRFVerifyStackPointerFunctionPointer',
'I,HotPatchTableOffset',
'I,Reserved3',
'I,EnclaveConfigurationPointer',
'I,VolatileMetadataPointer',
'I,GuardEHContinuationTable',
'I,GuardEHContinuationCount' ) )
The text was updated successfully, but these errors were encountered: