Binsec_unix.SubprocessSourceA subprocess
spawn ~pdeathsig command spawns the specified command in a new process. The command is searched in the path.
When given, the signal pdeathsig will be delivered to the child process if the current thread dies (implemented only on Linux). The process must be closed via close.
stdin t returns the channel bound to the subprocess stdin.
stdout t returns the channel bound to the subprocess stdout.
stderr t returns the channel bound to the subprocess stderr.