Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mogery/memhop
- Owner: mogery
- License: mit
- Created: 2022-08-18T19:41:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T21:35:06.000Z (about 2 years ago)
- Last Synced: 2024-10-06T19:35:20.109Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. |