add memory region enumeration for Windows

This commit is contained in:
Adir Shitrit
2025-11-07 18:04:12 +02:00
parent 8b55344d9b
commit 3df61c281f
3 changed files with 163 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
pub mod memory;
pub mod process;
pub use memory::{MemoryProtection, MemoryRegion};
pub use process::ProcessInfo;