| Command | What it does | When to use |
|---|---|---|
bt | Backtrace of current task | FIRST command always (find crash root) |
bt -a | Backtrace for ALL CPUs/tasks | Multi-thread/kernel-wide issues |
log | Kernel ring buffer (dmesg) | See panic messages & errors |
sys | System info (kernel, uptime, etc.) | Quick context |
help | List commands | When lost |
BLUE TEAM / MALWARE REVERSE / LINUX / CRASH