List, Kill and Dump linux processes directly from the task_list.
sudo apt-get install linux-headers-$(uname -r)
- Dump the kernel task_list containing all the process task struct
$ cat /sys/kernel/crowdsift/tasklist
- Dump the memory of a task
echo $PID > /sys/kernel/crowdsift/taskdump
cat /sys/kernel/crowdsift/taskdump
- Kill a process task within the task_list
echo $PID > /sys/kernel/crowdsift/taskkill
cat /sys/kernel/crowdsift/taskkill