You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NtObjectManager/RpcFunctions.ps1
+44-23Lines changed: 44 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,8 @@ Path to a serialized representation of the RPC servers.
211
211
If private symbols available try and resolve the names of structures and parameters.
212
212
.PARAMETERSymSrvFallback
213
213
Specify to use a built-in fallback for symbol server resolving when using the system dbghelp DLL. You also need to specify a local cache directory in SymbolPath.
214
+
.PARAMETERProcessId
215
+
Specify a process to extract the RPC servers from. This parses all the modules in a process for any available servers.
214
216
.INPUTS
215
217
string[] List of paths to DLLs.
216
218
.OUTPUTS
@@ -240,27 +242,33 @@ Get the list of RPC servers from rpcss.dll, use symbol server fallback with c:\s
0 commit comments