Devtoolslauncher.exe

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

Full path

c:\windows\system32\devtoolslauncher.exe

Commands

  1. ExecuteUser T1127

    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.

    os: Windows

    Execute: CMD

  2. ExecuteUser T1127

    Execute any binary with given arguments.

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

    The above binary will execute other binary.

    os: Windows

    Execute: CMD

Detection

Resources

acknowledgement: felamos @_felamos