Y
Hacker News
new
|
ask
|
show
|
jobs
by
amelius
3347 days ago
It uses ptrace, and ptrace sucks under Linux because you can't use it recursively (i.e., a process under ptrace can't ptrace another process).
1 comments
jwilk
3347 days ago
Does recursive ptrace work elsewhere?
link