... something similar to /dev/null, but that just blocks all bytes that are written to it?
What I need is a trick to hold an arbitrary executable in memory by blocking its output. Pipes don't seem to be usable, because the output gets written to a buffer first.