An open API service indexing awesome lists of open source software.

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

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.