.. /Devtoolslauncher.exe
Binary will execute specified binary. Part of VS/VScode installation.
Paths:
- c:\windows\system32\devtoolslauncher.exe
Execute
-
The above binary will execute other binary.
devtoolslauncher.exe LaunchForDeploy [PATH_TO_BIN] "argument here" 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
- Tags
Execute: CMD
-
The above binary will execute other binary.
devtoolslauncher.exe LaunchForDebug [PATH_TO_BIN] "argument here" 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
- Tags
Execute: CMD