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

Test cleanup

parent 1a97fb75
No related branches found
No related tags found
No related merge requests found
PKGS="libtool glib2.0-dev"
PKGS="libtool glib2.0-dev texinfo"
for i in $PKGS
do
......
#binutils_binaries="size strings readelf objdump cxxfilt ar"
binutils_binaries="objdump cxxfilt ar strip-new nm-new"
binutils_binaries="cxxfilt"
binutils_binaries="size readelf strings cxxfilt nm-new strip-new"
binutils_binaries="nm-new strip-new"
......@@ -11,10 +11,4 @@ do
fi
cp binutils-gdb/binutils/$b ${b}_aflgcc/${b}.aflgcc
pushd $aflgcc_dir
echo "Building Zafl version of $b"
mkdir in
echo "1" > in/1
popd
done
......@@ -10,9 +10,4 @@ do
fi
cp binutils-gdb/binutils/$b ${b}_qemu/${b}.qemu
pushd $qemu_dir
mkdir in
echo "1" > in/1
popd
done
......@@ -19,7 +19,7 @@ do
echo "Remove any remnants of previous analysis runs"
rm -fr peasoup_exec*
echo "Building Zafl version of $b"
$PSZ ./$b ${b}.zafl -c move_globals=on -c zafl=on -o move_globals:--elftables -o zipr:--traceplacement:on -o zipr:true -o zafl:--stars
zafl.sh ./$b ${b}.zafl
ln -s $SECURITY_TRANSFORMS_HOME/lib/libzafl.so .
......
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