File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121 - name : Download DynamoRIO
2222 run : |
23- curl -L -o dr.zip https://github.com/DynamoRIO/dynamorio/releases/download/release_11.3.0-1 /DynamoRIO-Windows-11.3.0 .zip
23+ curl -L -o dr.zip https://github.com/DynamoRIO/dynamorio/releases/download/cronbuild-11.91.20504 /DynamoRIO-Windows-11.91.20504 .zip
2424 tar -xf dr.zip
25- echo "DYNAMORIO_HOME=$PWD/ DynamoRIO-Windows-11.3.0-1 \bin64" >> $env:GITHUB_ENV
25+ echo "DYNAMORIO_HOME=$PWD\ DynamoRIO-Windows-11.91.20504 \bin64" >> $env:GITHUB_ENV
2626
2727 - name : Create build directories
2828 run : |
@@ -31,17 +31,17 @@ jobs:
3131
3232 - name : Configure cmake for inject
3333 run : >
34- cmake -S inject -B inject/ build64
34+ cmake -S inject -B inject\ build64
3535 -G "Visual Studio 17 2022"
3636 -A x64
37- -DDynamoRIO_DIR="${{ github.workspace }}/ DynamoRIO-Windows-11.3.0-1/ cmake"
37+ -DDynamoRIO_DIR="${{ github.workspace }}\ DynamoRIO-Windows-11.91.20504\ cmake"
3838
3939 - name : Configure cmake for winafl-netspoof
4040 run : >
41- cmake -S winafl-netspoof -B winafl-netspoof/ build64
41+ cmake -S winafl-netspoof -B winafl-netspoof\ build64
4242 -G "Visual Studio 17 2022"
4343 -A x64
44- -DDynamoRIO_DIR="${{ github.workspace }}/ DynamoRIO-Windows-11.3.0-1/ cmake"
44+ -DDynamoRIO_DIR="${{ github.workspace }}\ DynamoRIO-Windows-11.91.20504\ cmake"
4545
4646 - name : Build navigator
4747 run : cargo build
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Remove-Item $OutputFile -ErrorAction Ignore
2222$process = Start-Process " .\target\debug\navigator.exe" - ArgumentList " --dynamorio-bin-dir=$DynamoRoot --mutator-lib=$MutatorLib --target-module=$Target --nargs=2 --target-path=$TargetPath --target-opts=`" 127.0.0.1`" " - PassThru
2323$nid = $process.Id
2424
25- # Write-Host "App PID: $nid"
25+ Write-Host " App PID: $nid "
2626
2727# Wait for the process to finish.
2828Wait-Process - Id $nid
Original file line number Diff line number Diff line change @@ -4,6 +4,5 @@ $tests = @(
44
55foreach ($t in $tests ) {
66 Write-Host " Running test: $t "
7- $test_file = " $t .ps1"
8- & " .\tests\$t \$test_file "
7+ & " .\tests\$t \$t .ps1"
98}
You can’t perform that action at this time.
0 commit comments