Skip to content
Snippets Groups Projects
Commit b109555f authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

fixed boneheaded mistake in zafl.sh

parent 1ae993c8
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ usage()
echo
}
ida_or_rida_opt=" -s meds_static=off -s rida=on "
ida_or_rida_opt=" -c rida "
stars_opt=" -o zax:--stars "
zax_opt=" "
other_args=""
......@@ -293,7 +293,7 @@ fi
log_msg "Transforming input binary $input_binary into $output_zafl_binary"
zax_opt=" $zax_opt $float_opt "
cmd="$ZAFL_TM_ENV $PSZ -c rida $input_binary $output_zafl_binary $ida_or_rida_opt -c move_globals=on -c zax=on -o move_globals:--elftables-only $stars_opt $zax_opt $verbose_opt $options $other_args"
cmd="$ZAFL_TM_ENV $PSZ $input_binary $output_zafl_binary $ida_or_rida_opt -c move_globals=on -c zax=on -o move_globals:--elftables-only $stars_opt $zax_opt $verbose_opt $options $other_args"
if [ ! -z "$ZAFL_TM_ENV" ]; then
log_msg "Trace map will be expected at fixed address"
......
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