|
|
|
|
|
by cryptonector
637 days ago
|
|
But then you can attach to the parent and cause it to stop debugging the child so you can. I think you want a process to be its own debugger; idk if ptrace(2) allows that. Then there's things like DTrace and eBPF -- I don't think you can prevent them from the target. |
|
Do you have example of that? I am really curious, thanks for sharing tho :)