samples: add shellcode to sample_all.sh

This commit is contained in:
Nguyen Anh Quynh 2015-08-29 00:02:52 +08:00
parent 4a1c5ff071
commit 162728c1b1
1 changed files with 2 additions and 0 deletions

View File

@ -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 "=========================="