samples: add shellcode to sample_all.sh
This commit is contained in:
@ -17,6 +17,8 @@ if test -e $DIR/sample_x86; then
|
|||||||
$DIR/sample_x86 -64
|
$DIR/sample_x86 -64
|
||||||
echo "=========================="
|
echo "=========================="
|
||||||
$DIR/sample_x86 -16
|
$DIR/sample_x86 -16
|
||||||
|
echo "=========================="
|
||||||
|
$DIR/shellcode -32
|
||||||
fi
|
fi
|
||||||
if test -e $DIR/sample_arm; then
|
if test -e $DIR/sample_arm; then
|
||||||
echo "=========================="
|
echo "=========================="
|
||||||
|
Reference in New Issue
Block a user