winsiderss / systeminformer

A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com
https://systeminformer.sourceforge.io
MIT License
10.81k stars 1.38k forks source link

NamedPipe DACLs #1687

Open dmigowski opened 1 year ago

dmigowski commented 1 year ago

Regarding ProcessHacker, would it be possible to add a function that shows the DACL of NamedPipes of Processes? Thanks alot.

dmex commented 1 year ago

The DACL of the client handle or the server handle?

You can see the DACL for the server by opening the process properties > Handles > \Device\namedpipe -> Right click -> Security

image