mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 07:18:11 +00:00
samples: add shellcode to sample_all.sh
This commit is contained in:
parent
4a1c5ff071
commit
162728c1b1
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue