memflow-native 0.2.3

System call based proxy-OS for memflow
docs.rs failed to build memflow-native-0.2.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: memflow-native-0.2.1

memflow-system-proxy

Syscall based proxy-OS for memflow

This is a OS layer that allows to run memflow code on the native system. Theoretically, any code that works here should work on DMA hardware.

The key difference between DMA and this, is that DMA will reach missing (paged out) virtual memory pages, which could result in difference of outcomes.