File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 - name : ' 🚧 AFLplusplus Checkout'
4141 uses : actions/checkout@v4
4242 with :
43- repository : ' AFLplusplus /AFLplusplus'
44- ref : ' dev '
43+ repository : ' wtdcode /AFLplusplus' # Until merged into main
44+ ref : ' uc-mode '
4545 path : ' AFLplusplus'
4646
4747 - name : ' 🚧 AFLplusplus Setup'
5555
5656 - name : ' 🚧 Fuzz 4-byte cmplog for 60 seconds'
5757 run : |
58- ./AFLplusplus/afl-fuzz -i ./input -o ./output-4 -b 1 -g 4 -G 4 -V 60 -c 0 -U -- python3 examples/sample.py @@
58+ source venv/bin/activate && ./AFLplusplus/afl-fuzz -i ./input -o ./output-4 -b 1 -g 4 -G 4 -V 60 -c 0 -U -- python3 examples/sample.py @@
5959 env :
6060 AFL_BENCH_UNTIL_CRASH : 1
6161 AFL_NO_CRASH_README : 1
7979
8080 - name : ' 🚧 Fuzz 8-byte cmplog for 60 seconds'
8181 run : |
82- ./AFLplusplus/afl-fuzz -i ./input -o ./output-8 -b 1 -g 8 -G 8 -V 60 -c 0 -- python3 examples/sample.py @@ true
82+ source venv/bin/activate && ./AFLplusplus/afl-fuzz -i ./input -o ./output-8 -b 1 -g 8 -G 8 -V 60 -c 0 -- python3 examples/sample.py @@ true
8383 env :
8484 AFL_BENCH_UNTIL_CRASH : 1
8585 AFL_NO_CRASH_README : 1
You can’t perform that action at this time.
0 commit comments