Skip to content

Commit

Permalink
feat: handle missing import hash
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Feb 11, 2025
1 parent df8ea75 commit 3145301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filereport/pe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub struct PEInfo {

/// Import hash
/// [https://www.mandiant.com/resources/blog/tracking-malware-import-hashing]
pub imphash: String,
pub imphash: Option<String>,

/// Section information
#[serde(default)]
Expand Down

0 comments on commit 3145301

Please sign in to comment.