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

Add explicit ida/scfi config

Former-commit-id: 39d75372ea47c9971dd841a8ca346436fcbe8f12
parent e2439592
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,9 @@ do_tests()
rida_p1)
$PSZ $progpath $protected -s meds_static=off -s rida=on -c p1transform=on --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
ida_scfi)
FIX_CALLS_FIX_ALL_CALLS=1 $PSZ $progpath $protected -s meds_static=on -s rida=off -s selective_cfi=on --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
rida_scfi)
FIX_CALLS_FIX_ALL_CALLS=1 $PSZ $progpath $protected -s meds_static=off -s rida=on -s selective_cfi=on --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