Home
last modified time | relevance | path

Searched refs:PSScriptRoot (Results 1 – 4 of 4) sorted by relevance

/external/scapy/.appveyor/
DInstallWindump.ps18 wget $urlPath -UseBasicParsing -OutFile $PSScriptRoot"\npcap.zip"
16 Unzip $PSScriptRoot"\npcap.zip" $PSScriptRoot"\npcap" variable
17 Remove-Item $PSScriptRoot"\npcap.zip" variable
19 $_chksum = $(CertUtil -hashfile $PSScriptRoot"\npcap\x64\WinDump.exe" SHA256)[1] -replace " ",""
27 Move-Item -Force $PSScriptRoot"\npcap\x64\WinDump.exe" "C:\Windows\System32\windump.exe" variable
28 Remove-Item $PSScriptRoot"\npcap" -recurse variable
DInstallNpcap.ps18 wget $urlPath -UseBasicParsing -OutFile $PSScriptRoot"\npcap.exe"
10 $_chksum = $(CertUtil -hashfile $PSScriptRoot"\npcap.exe" SHA256)[1] -replace " ",""
18 Start-Process $PSScriptRoot"\npcap.exe" -ArgumentList "/loopback_support=yes /S" -wait variable
/external/protobuf/csharp/
Dinstall_dotnet_sdk.ps112 $GlobalJsonPath = Join-Path $PSScriptRoot '..' | Join-Path -ChildPath 'global.json'
/external/capstone/bindings/powershell/Capstone/
DCapstone.psm1497 Join-Path -Path $PSScriptRoot -ChildPath 'Lib\Capstone\capstone.dll' variable