unicorn/samples
Catena cyber 86be817717
Fuzz
* 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
2018-10-06 04:49:11 -04:00
..
.gitignore
Makefile Fuzz 2018-10-06 04:49:11 -04:00
mem_apis.c
sample_all.sh Added arm64eb sample to sample_all.sh script (#809) 2017-04-25 13:42:13 +08:00
sample_arm64.c Fixed register mistake in comments (#894) 2017-09-17 16:40:01 +07:00
sample_arm64eb.c arm64eb: arm64 big endian also using little endian instructions. (#816) 2017-05-04 20:00:48 +08:00
sample_arm.c
sample_armeb.c update armeb & arm64eb samples 2017-04-25 12:55:26 +08:00
sample_batch_reg.c
sample_m68k.c
sample_mips.c
sample_sparc.c
sample_x86_32_gdt_and_seg_regs.c
sample_x86.c samples: comment out test_i386_invalid_c6c7() 2017-06-14 16:14:36 +07:00
shellcode.c