Files
ashedel@ntdev.microsoft.com f77366de98 Updating DTrace
2022-04-20 19:34:24 -07:00

879 B

Compiling OpenDTrace for Windows (user-mode components)

Requirements

Steps

  1. Install WDK/SDK following instructions in https://docs.microsoft.com/windows-hardware/drivers/download-the-wdk

  2. Install Git for Windows.

  3. Clone the repository (git clone https://github.com/microsoft/DTrace-on-Windows).

  4. Execute releng\Get-ExternalTools.ps1 in PowerShell. (Right-click the script and select Run with PowerShell.)

  5. Open opendtrace.sln in Visual Studio.

  6. Change the target platform as needed and build the solution.