Named Pipes
Find named pipes:
[System.IO.Directory]::GetFiles("\\.\pipe\")
Check named pipes DACL:
pipesec.exe <named_pipe>
Reverse engineering software
Send data throught the named pipe:
program.exe >\\.\pipe\StdOutPipe 2>\\.\pipe\StdErrPipe
Last updated