mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
make tests working on macos
This commit is contained in:
@ -40,7 +40,7 @@ test -e ../afl-gcc-fast -a -e ../afl-compiler-rt.o && {
|
||||
}
|
||||
|
||||
test -e test-compcov.harden.gccpi && test_compcov_binary_functionality ./test-compcov.harden.gccpi && {
|
||||
grep -Eq$GREPAOPTION 'stack_chk_fail|fstack-protector-all|fortified' test-compcov.harden.gccpi > /dev/null 2>&1 && {
|
||||
nm test-compcov.harden.gccpi | grep -Eq 'stack_chk_fail|fstack-protector-all|fortified' > /dev/null 2>&1 && {
|
||||
$ECHO "$GREEN[+] gcc_plugin hardened mode succeeded and is working"
|
||||
} || {
|
||||
$ECHO "$RED[!] gcc_plugin hardened mode is not hardened"
|
||||
|
Reference in New Issue
Block a user