Crates.io | memhop |
lib.rs | memhop |
version | 1.0.0 |
source | src |
created_at | 2022-08-18 21:35:32.940637 |
updated_at | 2022-08-18 21:35:32.940637 |
description | Cross-platform memory reader |
homepage | |
repository | https://github.com/mogery/memhop/ |
max_upload_size | |
id | 648354 |
size | 26,626 |
Cross-platform memory reader
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. |