mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-07-09 15:10:36 +00:00
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
|
$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 "=========================="
|
||||||
|
|
Loading…
Reference in a new issue