Skip to content
Snippets Groups Projects
Commit ec0b75a3 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Add zafl ida no STARS config

Former-commit-id: 6aa2c5c5f6b0361b311fc2b0f6378bd02991af36
parent 9084b009
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
#configs="killdeads_strata"
#configs="ibtl ibtl_p1"
#configs="zipr scfi p1"
configs="zafl_ida"
configs="zafl_ida_nostars zafl_ida"
# specify programs to test
orig_progs="bzip2 grep du ncal ls objdump readelf sort tar touch tcpdump"
......@@ -77,6 +77,9 @@ do
zafl_ida)
zafl.sh $progpath $protected --ida --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
zafl_ida_nostars)
zafl.sh $progpath $protected --ida --no-stars --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
zipr)
$PSZ $progpath $protected --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment