Devtoolslauncher.exe

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

Paths

  • c:\windows\system32\devtoolslauncher.exe

Commands

Execute

The above binary will execute other binary.

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

Privileges: User

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

Execute

The above binary will execute other binary.

Use case: Execute any binary with given arguments.

Privileges: User

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

Detection

Resources