3 unstable releases

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

#592 in Unix APIs

Download history 5/week @ 2023-12-03 3/week @ 2023-12-10 22/week @ 2023-12-17 1/week @ 2024-01-07 61/week @ 2024-01-21 10/week @ 2024-01-28 39/week @ 2024-02-04 40/week @ 2024-02-11 105/week @ 2024-02-18 92/week @ 2024-02-25 105/week @ 2024-03-03 52/week @ 2024-03-10 58/week @ 2024-03-17

311 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