How can I get a list of Anonymous pipes opened

1.2k Views Asked by At

As a follow up to the older question : How can I get a list of all open named pipes in Windows? , I am in a situation where I need to check if a process uses anonymous pipes to communicate with its children. Is there a way to do this ? I've tried pipelist and process-explorer but it looks like they display only lists of NamedPipes

1

There are 1 best solutions below

0
On

@Deanna : As an answer to close this topic Indeed procExplorer lists all anonymous objects. But it is not yet possible to view anonymous pipes specifically. Which leads me to assume that, one cannot determine with absolute certainty the un-named pipes used by a process