mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-23 22:13:39 +00:00
86be817717
* Integration with oss-fuzz * Use CFLAGS even for linking as for fuzzing with asan * Do not abort on uc_emu_start error * Redirect fuzz output somewhere else than stdout * Use uc_open for every fuzz instance * Avoids timeouts from infinite loops Limiting the number of instructions * Moving fuzz to tests directory |
||
---|---|---|
.. | ||
fuzz_emu.options | ||
fuzz_emu_arm64_arm.c | ||
fuzz_emu_arm64_armbe.c | ||
fuzz_emu_arm_arm.c | ||
fuzz_emu_arm_armbe.c | ||
fuzz_emu_arm_thumb.c | ||
fuzz_emu_m68k_be.c | ||
fuzz_emu_mips_32be.c | ||
fuzz_emu_mips_32le.c | ||
fuzz_emu_sparc_32be.c | ||
fuzz_emu_x86_16.c | ||
fuzz_emu_x86_32.c | ||
fuzz_emu_x86_64.c | ||
gentargets.sh | ||
Makefile | ||
onefile.c |