mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Fix issues with unaligned memory bus rd/wr. Improve fuzzing.
This commit is contained in:
parent
5fb03b7d66
commit
e5fd17aff6
5 changed files with 70 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
|||
TOPDIR=../..
|
||||
all:
|
||||
afl-clang-fast -g3 -fsanitize=address,undefined -Wall -DUVM32_MEMORY_SIZE=8388608 -I${TOPDIR}/uvm32 -I${TOPDIR}/common -o host-fuzz ${TOPDIR}/uvm32/uvm32.c fuzz.c
|
||||
afl-clang-fast -g3 -fsanitize=address,undefined -Wall -DUVM32_MEMORY_SIZE=4096 -I${TOPDIR}/uvm32 -I${TOPDIR}/common -o host-fuzz ${TOPDIR}/uvm32/uvm32.c fuzz.c
|
||||
afl-fuzz -i${TOPDIR}/precompiled -oo ./host-fuzz
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue