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

Add move_globals --elftables-only config

Former-commit-id: 26538c31688466a997dbba0286606f3fb57bff29
parent 88c706c8
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,10 @@ do
$PSZ $progpath $protected --step p1transform=on --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
mg)
$PSZ $progpath $protected --step move_globals=on --step-option move_globals:--aggressive --tempdir $temp_dir > test_${prog}.ps.log 2>&1
$PSZ $progpath $protected --step move_globals=on --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
mg_elfonly)
$PSZ $progpath $protected --step move_globals=on -o move_globals:--elftables-only --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
mgx)
$PSZ $progpath $protected --step move_globals=on --step-option move_globals:--aggressive --step xor_globals=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