open host with an mmap

This commit is contained in:
Folkert 2022-09-24 15:46:08 +02:00
parent cbc04acc2c
commit c220f0c296
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 18 additions and 8 deletions

View file

@ -488,7 +488,7 @@ pub fn preprocess(
target_lexicon::BinaryFormat::Coff => {
crate::pe::preprocess_windows(
exec_filename,
Path::new(exec_filename),
Path::new(metadata_filename),
Path::new(out_filename),
verbose,