Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mogery/memhop

Cross-platform memory reader
https://github.com/mogery/memhop

Last synced: 11 days ago
JSON representation

Cross-platform memory reader

Awesome Lists containing this project

README

        

# memhop
Cross-platform memory reader

## Platform support

| **Platform** | **Supported?** | **Mechanism(s)** | **Notes** |
|--------------|----------------|------------------|-----------|
| Linux | **yes** | procfs | |
| Windows | **yes** | winapi | |
| macOS | **yes** | mach + libproc | |
| \*BSD | *not yet* | ptrace PT_IO | |
| Android | *not yet* | procfs? | |
| iOS & deriv. | *not yet* | mach + libproc | Code should be same as for macOS, needs testing. |
| Fuchsia | *not yet* | ? | No clue how Fuchsia works, help needed. |
| Redox | *not yet* | ? | No clue how Redox works, help needed. |