• A
    proc: bugfix: Detach(true) does not kill tracee · 93ad209f
    aarzilli 提交于
    Instead of using PTRACE_DETACH to inject SIGINT into the tracee use
    sys.Kill directly: PTRACE_DETACH is allowed to ignore its signal
    argument if the tracee isn't in signal-delivery-stop status.
    93ad209f
proc.go 18.0 KB