VSDiagnostics.exe

Command-line tool used for performing diagnostics.

Execute

Proxy execution of binary

VSDiagnostics.exe start 1 /launch:{PATH:.exe}

Starts a collection session with sessionID 1 and calls kernelbase.CreateProcessW to launch specified executable. — MITRE: T1127 — Privileges: User

Proxy execution of binary with arguments

VSDiagnostics.exe start 2 /launch:{PATH:.exe} /launchArgs:"{CMD:args}"

Starts a collection session with sessionID 2 and calls kernelbase.CreateProcessW to launch specified executable. Arguments specified in launchArgs are passed to CreateProcessW. — MITRE: T1127 — Privileges: User