Skip to content

Commit 106cfcb

Browse files
authored
Update README.md
1 parent 6923a1e commit 106cfcb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Double click the EXE binary with **Admin privileges** ("Run As Administrator") a
1717
RPCMon needs a DB to be able to get the details on the RPC functions, without a DB you will have missing information.
1818
To load the DB, press on `DB -> Load DB...` and choose your DB. You can a DB we added to this project: `/DB/RPC_UUID_Map_Windows10_1909_18363.1977.rpcdb.json`.
1919

20+
## Build
21+
When downloading it from GitHub you might get error of block files, you can use PowerShell to unblock them:
22+
```pwoershell
23+
Get-ChildItem -Path 'D:\tmp\PipeViewer-main' -Recurse | Unblock-File
24+
```
2025
## Features
2126
* A detailed overview of RPC functions activity.
2227
* Build an RPC database to parse RPC modules or use hardcoded database.

0 commit comments

Comments
 (0)