Skip to content

Instantly share code, notes, and snippets.

@larytet
Created July 10, 2017 12:59
Show Gist options
  • Save larytet/133b28e52a8ce485176934e4313328b1 to your computer and use it in GitHub Desktop.
Save larytet/133b28e52a8ce485176934e4313328b1 to your computer and use it in GitHub Desktop.
Kernel debug memo
wget https://raw.githubusercontent.com/torvalds/linux/master/scripts/extract-vmlinux
chmod +x extract-vmlinux
sudo ./extract-vmlinux /boot/vmlinuz-`uname -r` > vmlinux
crash vmlinux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment