mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 23:08:17 +00:00
15 lines
332 B
Bash
Executable file
15 lines
332 B
Bash
Executable file
#!/bin/sh
|
|
|
|
./sample_x86.py
|
|
echo "=========================="
|
|
./shellcode.py
|
|
echo "=========================="
|
|
./sample_arm.py
|
|
echo "=========================="
|
|
./sample_arm64.py
|
|
echo "=========================="
|
|
./sample_mips.py
|
|
echo "=========================="
|
|
./sample_sparc.py
|
|
echo "=========================="
|
|
./sample_m68k.py
|