Skip to content

Commit 854e235

Browse files
committed
Sync README with current state of features and plans.
1 parent b1812e3 commit 854e235

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A Windows named pipe monitoring GUI. Requires administrator priviledges to run.
66
- Displays name and number of active/maximum connections, like [pipelist.exe](https://docs.microsoft.com/en-us/sysinternals/downloads/pipelist) from [SysInternals Suite](https://docs.microsoft.com/en-us/sysinternals/) does, and creation timestamp as a bonus.
77
- Highlights newly created and removed pipes, like [Process Explorer](https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer) from SysInternals Suite does.
88
- Gives hints about well-known pipe names.
9+
- Pipe pinning, allowing to place all the pipes you're interested in together.
910
- Multilanguage support (English and Russian for now).
1011

1112
![Screenshot!](screenshot.png)
@@ -18,6 +19,6 @@ The named pipes that get quickly created and deleted (or deleted and re-created)
1819

1920
## TODO
2021

21-
- ACL extraction and displaying.
22+
- Extraction of ACLs for pipes which only SYSTEM has access to.
2223
- More/better hints (see the GetHintFor() function in Models/PipeModel.cs).
2324
- Keep selected line in view when many named pipes gets created or deleted.

0 commit comments

Comments
 (0)