samples: cleanup & put mem_apis into sample_all.sh

This commit is contained in:
Nguyen Anh Quynh
2015-09-05 09:42:47 +08:00
parent 7b5bb95147
commit 74c069dc22
2 changed files with 68 additions and 54 deletions

View File

@ -19,6 +19,8 @@ if test -e $DIR/sample_x86; then
$DIR/sample_x86 -16
echo "=========================="
$DIR/shellcode -32
echo "=========================="
$DIR/mem_apis
fi
if test -e $DIR/sample_arm; then
echo "=========================="