Crates.io | vm-info |
lib.rs | vm-info |
version | 0.2.0 |
source | src |
created_at | 2018-02-04 22:56:31.13901 |
updated_at | 2020-09-22 12:24:20.219626 |
description | Inspect Linux virtual memory structure |
homepage | |
repository | https://bitbucket.org/marshallpierce/vm-info/overview |
max_upload_size | |
id | 49644 |
size | 90,155 |
Inspect Linux virtual memory structure for a process.
Ever wanted to write your own fancier version of pmap
, or find a physical address (useful in embedded devices)? This will let you do it.
See examples/show-all.rs
for an example of how to use this to find mapped vm regions and load their physical address.