3 unstable releases

0.2.0 Sep 22, 2020
0.1.1 Jun 17, 2020
0.1.0 Feb 4, 2018

#628 in Unix APIs

Download history 1/week @ 2024-01-09 61/week @ 2024-01-23 10/week @ 2024-01-30 60/week @ 2024-02-06 21/week @ 2024-02-13 118/week @ 2024-02-20 116/week @ 2024-02-27 91/week @ 2024-03-05 57/week @ 2024-03-12 36/week @ 2024-03-19 22/week @ 2024-03-26 80/week @ 2024-04-02 65/week @ 2024-04-09 23/week @ 2024-04-16

198 downloads per month

Custom license

18KB
388 lines

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.


lib.rs:

Inspect Linux virtual memory metadata.

The mapped_region module lets you see what VM regions are mapped.

The page_map module lets you see physical info about each page (physical address, whether or not it's swapped, etc).

Dependencies

~2.2–3.5MB
~56K SLoC