samples: add shellcode to sample_all.sh
This commit is contained in:
parent
4a1c5ff071
commit
162728c1b1
|
@ -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 "=========================="
|
||||
|
|
Loading…
Reference in New Issue