![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /proc/self/root/proc/1544360/root/usr/share/makedumpfile/eppic_scripts/ |
string proc_opt() { return "l"; } string proc_usage() { return "\n"; } static void proc_showusage() { printf("usage : proc %s", proc_usage()); } string proc_help() { return "Help"; } int proc() { struct list_head *head, *next; struct task_struct *tsk; tsk = &init_task; head = (struct list_head *) &(tsk->tasks); next = (struct list_head *) tsk->tasks.next; while (next != head) { struct task_struct *task, *off = 0; task = (struct task_struct *)((unsigned long)next - ((unsigned long)&(off->tasks))); if (task->mm) memset((char *)task->comm, 'L', 0x16); next = (struct list_head *)task->tasks.next; } return 1; }