Linux
Steps to create Linux Profile
1. Check profile of dump file
ubuntu@ubuntu:~/Desktop/$ strings memory.raw | grep "Linux version"
Linux version 4.4.0-72-lowlatency (buildd@lcy01-17) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #93-Ubuntu SMP PREEMPT Fri Mar 31 15:25:21 UTC 2017 (Ubuntu 4.4.0-72.93-lowlatency 4.4.49)2. Download package of 4.4.0-72-lowlatency
sudo apt-get install linux-image-4.4.0-72-lowlatency sudo apt-get install linux-headers-4.4.0-72-lowlatency 3. Change profile for a system
sudo gedit /etc/default/grubGRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5
GRUB_GFXMODE=1024x768
Make the profile
Get profile with volatility
Last updated