diff --git a/samples/sample_all.sh b/samples/sample_all.sh index e4ff7d48..e9e49e43 100755 --- a/samples/sample_all.sh +++ b/samples/sample_all.sh @@ -17,6 +17,8 @@ if test -e $DIR/sample_x86; then $DIR/sample_x86 -64 echo "==========================" $DIR/sample_x86 -16 + echo "==========================" + $DIR/shellcode -32 fi if test -e $DIR/sample_arm; then echo "=========================="