Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kkent030315 committed Oct 28, 2024
1 parent 1be8826 commit 50bdcc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pe/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,8 @@ pub struct ExDllCharacteristicsInfo {
/// - [`IMAGE_DLLCHARACTERISTICS_EX_CET_DYNAMIC_APIS_ALLOW_IN_PROC_ONLY`]
/// - [`IMAGE_DLLCHARACTERISTICS_EX_CET_RESERVED_1`]
/// - [`IMAGE_DLLCHARACTERISTICS_EX_CET_RESERVED_2`]
/// - [`IMAGE_DLLCHARACTERISTICS_EX_FORWARD_CFI_COMPAT`]
/// - [`IMAGE_DLLCHARACTERISTICS_EX_HOTPATCH_COMPATIBLE`]
pub characteristics_ex: u32,
}

Expand Down

0 comments on commit 50bdcc8

Please sign in to comment.