.. /Devtoolslauncher.exe
Star

Execute (CMD)

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

Paths:

Resources:

Acknowledgements:

Detections:

Execute

  1. The above binary will execute other binary.

    devtoolslauncher.exe LaunchForDeploy C:\Windows\Temp\file.exe "/arg1 /arg2" test
    Use case
    Execute any binary with given arguments and it will call developertoolssvc.exe. developertoolssvc is actually executing the binary.
    Privileges required
    User
    Operating systems
    Windows 7 and up with VS/VScode installed
    ATT&CK® technique
    T1127: Trusted Developer Utilities Proxy Execution
    Tags
    Execute: CMD
  2. The above binary will execute other binary.

    devtoolslauncher.exe LaunchForDebug C:\Windows\Temp\file.exe "/arg1 /arg2" test
    Use case
    Execute any binary with given arguments.
    Privileges required
    User
    Operating systems
    Windows 7 and up with VS/VScode installed
    ATT&CK® technique
    T1127: Trusted Developer Utilities Proxy Execution
    Tags
    Execute: CMD