Linpmem: A Linux memory acquisition tool
Linpmem — a physical memory acquisition tool for Linux
Linpmem is a Linux x64-only tool for reading physical memory.
Like its Windows counterpart, Winpmem, this is not a traditional memory dumper. Linpmem offers an API for reading from any physical address, including reserved memory and memory holes, but it can also be used for normal memory dumping. Furthermore, the driver offers a variety of access modes to read physical memory, such as byte, word, dword, qword, and buffer access mode, where buffer access mode is appropriate in most standard cases. If reading requires an aligned byte/word/dword/qword read, Linpmem will do precisely that.
Currently, the Linpmem features:
- Read from physical address (access mode byte, word, dword, qword, or buffer)
- CR3 info service (specify target process by pid)
- Virtual to physical address translation service
Cache Control is to be added in the future for support of the specialized read access modes.
Tested Linux Distributions
- Debian, self-compiled 6.4.X, Qemu/KVM, not paravirtualized.
- PTI: off/on
- Debian 12, Qemu/KVM, fully paravirtualized.
- PTI: on
- Ubuntu server, Qemu/KVM, not paravirtualized.
- PTI: on
- Fedora 38, Qemu/KVM, fully paravirtualized.
- PTI: on
- Baremetal Linux test, AMI BIOS: Linux 6.4.4
- PTI: on
- Baremetal Linux test, HP: Linux 6.4.4
- PTI: on
- Baremetal, Arch[-hardened], Dell BIOS, Linux 6.4.X
- Baremetal, Debian, 6.1.X
- Baremetal, Ubuntu 20.04 with Secure Boot on. Works, but sign the driver first.
- Baremetal, Ubuntu 22.04, Linux 6.2.X
Install & Use
Copyright (C) 2023 Velocidex