This commit is contained in:
2023-09-25 20:55:37 -04:00
parent 694004ecfa
commit 865e7b070e
3 changed files with 65 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ pub use cffi::*;
pub mod win32;
#[cfg(feature = "win32")]
pub use win32::{ image_base, image_header, find_kernel32 };
pub use win32::{ image_base, image_header, find_kernel32, process_executable };
/// re-export the signature macro