makedumpfile
VMcore extraction tool
Install
- All systems
-
curl cmd.cat/makedumpfile.sh
- Debian
-
apt-get install makedumpfile
- Ubuntu
-
apt-get install makedumpfile
- Kali Linux
-
apt-get install makedumpfile
- CentOS
-
yum install makedumpfile
- Fedora
-
dnf install makedumpfile
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install makedumpfile
- Raspbian
-
apt-get install makedumpfile
- Dockerfile
- dockerfile.run/makedumpfile
makedumpfile
VMcore extraction tool
This program is used to extract a subset of the memory available either via /dev/mem or /proc/vmcore (for crashdumps). It is used to get memory images without extra unneeded information (zero pages, userspace programs, etc).
kexec-tools
tools to support fast kexec reboots
This package provides tools to load a kernel into memory and then "reboot" directly into that kernel using the kexec system call, bypassing the normal boot process.