memhop 1.0.0

Cross-platform memory reader
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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.   |