minicoredumper
generate minimal and customized core dump files on Linux
Install
- All systems
-
curl cmd.cat/minicoredumper.sh
- Debian
-
apt-get install minicoredumper
- Ubuntu
-
apt-get install minicoredumper
- Kali Linux
-
apt-get install minicoredumper
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install minicoredumper
- Raspbian
-
apt-get install minicoredumper
- Dockerfile
- dockerfile.run/minicoredumper
minicoredumper
generate minimal and customized core dump files on Linux
minicoredumper is a program that handles the creation of core dump files on Linux. It can produce much smaller core dump files by making use of sparse files, compression, and allowing the user to configure what parts of the process memory image should be dumped.