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

Turn off STARS in move globals step

parent 8a1ae1e4
No related branches found
No related tags found
No related merge requests found
Pipeline #3498 failed
......@@ -372,7 +372,7 @@ then
fi
zax_opt=" $zax_opt $float_opt "
cmd="$ZAFL_TM_ENV $PSZ $input_binary $output_zafl_binary $ida_or_rida_opt -s move_globals $optional_step -c zax -o move_globals:--elftables-only $stars_opt $zax_opt $verbose_opt $options $other_args $trace_opt $zipr_opt"
cmd="$ZAFL_TM_ENV $PSZ $input_binary $output_zafl_binary $ida_or_rida_opt -s move_globals $optional_step -c zax -o move_globals:--elftables-only -o move_globals:--no-use-stars $stars_opt $zax_opt $verbose_opt $options $other_args $trace_opt $zipr_opt"
if [ ! -z "$ZAFL_TM_ENV" ]; then
......
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