mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
python: add sample_all.sh
This commit is contained in:
parent
d3de7aa567
commit
3f771abe73
1 changed files with 15 additions and 0 deletions
15
bindings/python/sample_all.sh
Executable file
15
bindings/python/sample_all.sh
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue