I'm trying to use pwntools's process and to write a string to a specific fd
In the documentation, there is a parameter to process of stdin and stdout but I do not understand how to use it correctly.
I tried using open("<named pipe">) since I saw in the documentation that a file object is a valid argument, but then remembered that it will not work since writing is blocked until someone starts reading.