Registry / utility / memflow-win32

memflow-win32

JSON →
library0.2.0rscratesunverified

Win32 integration for the memflow physical memory introspection framework.

# Cargo.toml [dependencies] memflow-win32 = "0.2.0"
INSTALL
IMPORT
SIG · MEMFLOW-WIN32
M
memflow-win32
utilityrustv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Win32Memory
use memflow_win32::Win32Memory;

Access physical memory on Windows via memflow.

use memflow_win32::Win32Memory; fn main() { let mem = Win32Memory::new().unwrap(); println!("Win32 memory access initialized"); }
Debug
Known issues
gotchaRequires administrator privileges on Windows.
fix
Run the application as administrator.
affects: >=0.1.0
Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
memflow-win32 — cargo add memflow-win32 · libregistry