mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2025-12-06 07:12:03 +01:00
14 lines
159 B
Bash
14 lines
159 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
|
||
|
|
./map_crash map_write
|
||
|
|
./sigill sigill2
|
||
|
|
./block_test
|
||
|
|
./ro_mem_test nr_mem_test
|
||
|
|
./timeout_segfault
|
||
|
|
./rep_movsb
|
||
|
|
./mem_unmap
|
||
|
|
./mem_protect
|
||
|
|
./mem_exec
|
||
|
|
|