mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
debug ci
This commit is contained in:
parent
43a7c0d601
commit
2861f695ba
@ -65,6 +65,8 @@ test -e ../afl-frida-trace.so && {
|
|||||||
$ECHO "Info: AFL_FRIDA_PERSISTENT_ADDR=$AFL_FRIDA_PERSISTENT_ADDR <= $(nm test-instr | grep "T main" | awk '{print $1}')"
|
$ECHO "Info: AFL_FRIDA_PERSISTENT_ADDR=$AFL_FRIDA_PERSISTENT_ADDR <= $(nm test-instr | grep "T main" | awk '{print $1}')"
|
||||||
env|grep AFL_|sort
|
env|grep AFL_|sort
|
||||||
file test-instr
|
file test-instr
|
||||||
|
export AFL_DEBUG_CHILD=1
|
||||||
|
export AFL_FRIDA_VERBOSE=1
|
||||||
../afl-fuzz -m ${MEM_LIMIT} -V10 -O -i in -o out -- ./test-instr
|
../afl-fuzz -m ${MEM_LIMIT} -V10 -O -i in -o out -- ./test-instr
|
||||||
unset AFL_FRIDA_PERSISTENT_ADDR
|
unset AFL_FRIDA_PERSISTENT_ADDR
|
||||||
} >>errors 2>&1
|
} >>errors 2>&1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user