- From Windows PowerShell, download and set up the InferSharp custom distro by executing the following commands:
wget https://github.com/microsoft/infersharp/releases/download/v1.4/infersharp-wsl-distro-v1.4.tar.gz && wsl --import infersharp1.4 C:\wslDistroStorage\infersharp1.4 infersharp-wsl-distro-v1.4.tar.gz && rm infersharp-wsl-distro-v1.4.tar.gz
- Launch the InferSharp custrom distro:
wsl ~ -d infersharp1.4
- Go to the
infersharp
folder:
cd infersharp
- Run Infer# against your binaries. For example, if the binaries are at
C:\Code\MyApp\bin
./run_infersharp.sh /mnt/c/Code/MyApp/bin/