Home
last modified time | relevance | path

Searched refs:PSScriptRoot (Results 1 – 3 of 3) 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/capstone/bindings/powershell/Capstone/
DCapstone.psm1138 if(!$PSScriptRoot) { in Get-CapstoneDisassembly() variable
139 $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent in Get-CapstoneDisassembly() variable
143 $DllPath = $($PSScriptRoot + '\Lib\Capstone\capstone.dll').Replace('\','\\') in Get-CapstoneDisassembly()