We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741a477 commit f05802cCopy full SHA for f05802c
1 file changed
src/lib.rs
@@ -475,7 +475,8 @@ pub mod parser {
475
panic!("file too small: {}", filename);
476
}
477
478
- let mut pe_opts = goblin::pe::options::ParseOptions::default().with_parse_mode(goblin::pe::options::ParseMode::Permissive);
+ let mut pe_opts = goblin::pe::options::ParseOptions::default()
479
+ .with_parse_mode(goblin::pe::options::ParseMode::Permissive);
480
pe_opts.parse_attribute_certificates = false;
481
pe_opts.parse_tls_data = false;
482
0 commit comments