3 unstable releases

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

#705 in Unix APIs

Download history 12/week @ 2024-12-12 10/week @ 2024-12-19 21/week @ 2024-12-26 21/week @ 2025-01-09 7/week @ 2025-01-16 18/week @ 2025-01-23 22/week @ 2025-01-30 38/week @ 2025-02-06 7/week @ 2025-02-13 21/week @ 2025-02-20 12/week @ 2025-02-27 14/week @ 2025-03-06 56/week @ 2025-03-13 37/week @ 2025-03-20 28/week @ 2025-03-27

140 downloads per month

Custom license

18KB
388 lines

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).


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.

Dependencies

~2.1–3.5MB
~56K SLoC