/crowsift

List, Kill and Dump linux processes directly from the task_list.

Primary LanguageCGNU General Public License v3.0GPL-3.0

crowdsift

List, Kill and Dump linux processes directly from the task_list.

Requirements

sudo apt-get install linux-headers-$(uname -r)

Features

  1. Dump the kernel task_list containing all the process task struct
$ cat /sys/kernel/crowdsift/tasklist
  1. Dump the memory of a task
echo $PID > /sys/kernel/crowdsift/taskdump
cat /sys/kernel/crowdsift/taskdump
  1. Kill a process task within the task_list
echo $PID > /sys/kernel/crowdsift/taskkill
cat /sys/kernel/crowdsift/taskkill