Skip to content

Commit 090a1d4

Browse files
authored
PE: Expose load config data (#488)
1 parent baae69e commit 090a1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pe/load_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ pub struct LoadConfigCodeIntegrity {
299299
#[derive(Debug, PartialEq, Clone, Default)]
300300
pub struct LoadConfigData {
301301
/// Parsed load config directory.
302-
directory: LoadConfigDirectory,
302+
pub directory: LoadConfigDirectory,
303303
}
304304

305305
impl LoadConfigData {

0 commit comments

Comments
 (0)