Skip to content

Commit

Permalink
fix options in crusher examples run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wakolzin authored and KurSh committed Apr 8, 2022
1 parent 6fc770c commit 6991464
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Examples/Crusher/Linux/OpenSSL/fuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ echo "OpenSSL analysis"
echo ""
clean_result

COMMAND="$FUZZMANAGER --start $CORES --eat-cores 1 --dse-cores 1 --dse-threads 0 -T File -I StaticForkSrv -t 2000 -o out --peach-pit $PWD/ClientHello.xml -F -i in -- $PWD/openssl/bin/openssl s_server -cert $PWD/keys/cert.pem -key $PWD/keys/key.pem -accept 1111 -www -naccept 1"
COMMAND="$FUZZMANAGER --start $CORES --eat-cores 1 --dse-cores 0 -T File -I StaticForkSrv -t 2000 -o out --peach-pit $PWD/ClientHello.xml -F -i in -- $PWD/openssl/bin/openssl s_server -cert $PWD/keys/cert.pem -key $PWD/keys/key.pem -accept 1111 -www -naccept 1"
echo $COMMAND
$COMMAND
Empty file.
2 changes: 1 addition & 1 deletion Examples/Crusher/Linux/jasper/fuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "jasper analysis"
echo ""
clean_result

COMMAND="$FUZZMANAGER --start $CORES --eat-cores 1 --dse-cores 1 --dse-threads 0 -i in -o out --dse-force 5000 -- ./jasper -f __DATA__ -t mif -F Out_tmp -T mif"
COMMAND="$FUZZMANAGER --start $CORES --eat-cores 1 --dse-cores 1 -i in -o out -- ./jasper -f __DATA__ -t mif -F Out_tmp -T mif"
echo $COMMAND
$COMMAND

Expand Down
2 changes: 1 addition & 1 deletion Examples/Crusher/Linux/python/fuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo "python analysis"
echo ""
clean_result

COMMAND="$FUZZMANAGER --start $CORES --eat-cores 1 --dse-cores 1 --dse-threads 0 -i in -o out -t 20000 -- ./python-2.5 __DATA__"
COMMAND="$FUZZMANAGER --start $CORES --eat-cores 1 --dse-cores 0 -i in -o out -t 20000 -- ./python-2.5 __DATA__"
echo $COMMAND
$COMMAND

Expand Down

0 comments on commit 6991464

Please sign in to comment.