.NET diagnostic tool for collecting runtime traces from .NET applications. Installed via ‘dotnet tool install –global dotnet-trace’ (.NET SDK required).
Launches the specified executable as a child process while collecting runtime trace data for 1 second during execution.
dotnet-trace.exe collect --duration 00:00:01 -- {PATH:.exe}
Execute a child process under the guise of a legitimate .NET diagnostic tool.