
DumpItForLinux
#Incident Management#Digital Forensics
A Python-based engine for automatic creation of timelines in digital forensic analysis
DumpItForLinux: A Simple Tool for Creating Compact Linux ELF Core Dumps
DumpItForLinux (or DumpItForLinux) is an easy-to-use tool that generates a compact version using /proc/kcore. This version is compatible with the Linux ELF Core format and works seamlessly with gdb, crash, and drgn.
It generates output files in a compatible format
It generates output files in an open file format (.tar.zst), ensuring compatibility with popular Linux debugging tools. The software is written in Rust, which provides memory safety and allows for potential future expansion to support remote streaming options.