This commit is contained in:
Numbers
2024-05-16 00:09:45 -04:00
parent a1379c2696
commit 973c4311bb
3 changed files with 8 additions and 1 deletions

View File

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