vm-info

Crates.iovm-info
lib.rsvm-info
version0.2.0
sourcesrc
created_at2018-02-04 22:56:31.13901
updated_at2020-09-22 12:24:20.219626
descriptionInspect Linux virtual memory structure
homepage
repositoryhttps://bitbucket.org/marshallpierce/vm-info/overview
max_upload_size
id49644
size90,155
Marshall Pierce (marshallpierce)

documentation

README

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.

Commit count: 0

cargo fmt