Devtoolslauncher.exe

Binary will execute specified binary. Part of VS/VScode installation.

Execute

Execute any binary with given arguments and it will call `developertoolssvc.exe`. `developertoolssvc` is actually executing the binary.

devtoolslauncher.exe LaunchForDeploy {PATH_ABSOLUTE:.exe} "{CMD:args}" test

The above binary will execute other binary. — MITRE: T1127 — Privileges: User

Execute any binary with given arguments.

devtoolslauncher.exe LaunchForDebug {PATH_ABSOLUTE:.exe} "{CMD:args}" test

The above binary will execute other binary. — MITRE: T1127 — Privileges: User