remove afl-gcc/afl-clang

This commit is contained in:
vanhauser-thc
2024-11-21 14:31:36 +01:00
parent 701e89bbcd
commit 7b24f4a329
22 changed files with 95 additions and 1789 deletions

View File

@ -3096,9 +3096,9 @@ void check_binary(afl_state_t *afl, u8 *fname) {
afl_memmem(f_data, f_len, SHM_ENV_VAR, strlen(SHM_ENV_VAR) + 1)) {
SAYF("\n" cLRD "[-] " cRST
"This program appears to be instrumented with afl-gcc, but is being "
"run in\n"
" QEMU mode (-Q). This is probably not what you "
"This program appears to be instrumented with AFL++ compilers, but is "
"being run\n"
" in QEMU mode (-Q). This is probably not what you "
"want -\n"
" this setup will be slow and offer no practical benefits.\n");