|
5 Short Stories about execve (Advances in Kernel Hacking II)
|
|
Hits: 11 |
|
Date added: 03/07/2005 |
|
5 Short Stories about execve (Advances in Kernel Hacking II) |
|
|
|
|
100 LinuxTips &Tricks
|
|
Hits: 0 |
|
Date added: 10/13/2005 |
|
Make Your life easier by knowing short cuts on Linux. Need Adobe to read. |
|
|
|
|
100 Linux tips and tricks
|
|
Hits: 6 |
|
Date added: 06/25/2005 |
|
|
|
|
|
|
"ptrace(): A Linux Virus
|
|
Hits: 33 |
|
Date added: 12/26/2007 |
|
ptrace() is a system call that enables one process to *control* the execution of
another one.
The traced process (the child) behaves normally until it caughts a signal and when
this occur the process enter in STOPPED state and informs the tracing process
by a wait() system call. After this the tracing process (the parent) decides what the
traced process should do (responds). |
|
|
|