mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
debug
This commit is contained in:
parent
3b8fe02080
commit
9e53ae7035
@ -569,7 +569,7 @@ $ECHO "debug: $SYS"
|
|||||||
{
|
{
|
||||||
export AFL_QEMU_PERSISTENT_ADDR=`expr 0x4$(nm test-instr | grep "T main" | awk '{print $1}' | sed 's/^.......//')`
|
export AFL_QEMU_PERSISTENT_ADDR=`expr 0x4$(nm test-instr | grep "T main" | awk '{print $1}' | sed 's/^.......//')`
|
||||||
export AFL_QEMU_PERSISTENT_GPR=1
|
export AFL_QEMU_PERSISTENT_GPR=1
|
||||||
$ECHO "debug: AFL_QEMU_PERSISTENT_ADDR=$AFL_QEMU_PERSISTENT_ADDR
|
$ECHO "debug: AFL_QEMU_PERSISTENT_ADDR=$AFL_QEMU_PERSISTENT_ADDR"
|
||||||
../afl-fuzz -V10 -Q -i in -o out -- ./test-instr
|
../afl-fuzz -V10 -Q -i in -o out -- ./test-instr
|
||||||
} >>errors 2>&1
|
} >>errors 2>&1
|
||||||
test -n "$( ls out/queue/id:000002* 2> /dev/null )" && {
|
test -n "$( ls out/queue/id:000002* 2> /dev/null )" && {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user