mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 11:08:06 +00:00
debug ci
This commit is contained in:
@ -50,7 +50,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc
|
|||||||
$ECHO "$RED[!] ${AFL_GCC} hardened mode is not hardened"
|
$ECHO "$RED[!] ${AFL_GCC} hardened mode is not hardened"
|
||||||
env | egrep 'AFL|PATH|LLVM'
|
env | egrep 'AFL|PATH|LLVM'
|
||||||
AFL_DEBUG=1 AFL_HARDEN=1 ../${AFL_GCC} -o test-compcov.harden test-compcov.c
|
AFL_DEBUG=1 AFL_HARDEN=1 ../${AFL_GCC} -o test-compcov.harden test-compcov.c
|
||||||
grep -Eqa 'stack_chk_fail|fstack-protector-all|fortified' test-compcov.harden && echo found
|
nm test-compcov.harden
|
||||||
CODE=1
|
CODE=1
|
||||||
}
|
}
|
||||||
rm -f test-compcov.harden
|
rm -f test-compcov.harden
|
||||||
|
Reference in New Issue
Block a user