mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 14:34:25 +00:00
afl++ -> AFL++
This commit is contained in:
@ -28,7 +28,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
}
|
||||
|
||||
// must use deferred forkserver as otherwise afl++ instrumentation aborts
|
||||
// must use deferred forkserver as otherwise AFL++ instrumentation aborts
|
||||
// because all dlopen() of instrumented libs must be before the forkserver
|
||||
__AFL_INIT();
|
||||
|
||||
|
@ -23,7 +23,7 @@ test -e ../afl-gcc-fast -a -e ../afl-compiler-rt.o && {
|
||||
$ECHO "$GREEN[+] gcc_plugin run reported $TUPLES instrumented locations which is fine"
|
||||
} || {
|
||||
$ECHO "$RED[!] gcc_plugin instrumentation produces a weird numbers: $TUPLES"
|
||||
$ECHO "$YELLOW[-] this is a known issue in gcc, not afl++. It is not flagged as an error because travis builds would all fail otherwise :-("
|
||||
$ECHO "$YELLOW[-] this is a known issue in gcc, not AFL++. It is not flagged as an error because travis builds would all fail otherwise :-("
|
||||
#CODE=1
|
||||
}
|
||||
test "$TUPLES" -lt 2 && SKIP=1
|
||||
|
@ -7,7 +7,7 @@ FILE=$AFL_PERFORMANCE_FILE
|
||||
test -z "$FILE" && FILE=.afl_performance
|
||||
|
||||
test -e $FILE || {
|
||||
echo Warning: This script measure the performance of afl++ and saves the result for future comparisons into $FILE
|
||||
echo Warning: This script measure the performance of AFL++ and saves the result for future comparisons into $FILE
|
||||
echo Press ENTER to continue or CONTROL-C to abort
|
||||
read IN
|
||||
}
|
||||
@ -74,7 +74,7 @@ afl-system-config > /dev/null 2>&1
|
||||
echo Performance settings applied.
|
||||
echo
|
||||
|
||||
$ECHO "${RESET}${GREY}[*] starting afl++ performance test framework ..."
|
||||
$ECHO "${RESET}${GREY}[*] starting AFL++ performance test framework ..."
|
||||
|
||||
$ECHO "$BLUE[*] Testing: ${AFL_GCC}"
|
||||
GCC=x
|
||||
|
@ -133,7 +133,7 @@ MEM_LIMIT=none
|
||||
|
||||
export PATH="${PATH}:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
|
||||
|
||||
$ECHO "${RESET}${GREY}[*] starting afl++ test framework ..."
|
||||
$ECHO "${RESET}${GREY}[*] starting AFL++ test framework ..."
|
||||
|
||||
test -z "$SYS" && $ECHO "$YELLOW[-] uname -m did not succeed"
|
||||
|
||||
|
Reference in New Issue
Block a user