diff --git a/src/pe/mod.rs b/src/pe/mod.rs index 2336fddc5..895d43c32 100644 --- a/src/pe/mod.rs +++ b/src/pe/mod.rs @@ -39,7 +39,7 @@ use log::debug; /// An analyzed PE32/PE32+ binary pub struct PE<'a> { /// Underlying bytes - bytes: &'a [u8], + pub bytes: &'a [u8], authenticode_excluded_sections: Option, /// The PE header pub header: header::Header,