https://github.com/memflow/memflow-native
System call based proxy-OS for memflow
https://github.com/memflow/memflow-native
Last synced: 3 months ago
JSON representation
System call based proxy-OS for memflow
- Host: GitHub
- URL: https://github.com/memflow/memflow-native
- Owner: memflow
- License: mit
- Created: 2021-03-22T23:03:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T21:44:40.000Z (about 1 year ago)
- Last Synced: 2025-12-13T20:35:57.980Z (7 months ago)
- Language: Rust
- Size: 138 KB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.