mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
cmplog was neither quiet nor where its llvm passes installed
This commit is contained in:
1
Makefile
1
Makefile
@ -430,6 +430,7 @@ endif
|
|||||||
if [ -f compare-transform-pass.so ]; then set -e; install -m 755 compare-transform-pass.so $${DESTDIR}$(HELPER_PATH); fi
|
if [ -f compare-transform-pass.so ]; then set -e; install -m 755 compare-transform-pass.so $${DESTDIR}$(HELPER_PATH); fi
|
||||||
if [ -f split-compares-pass.so ]; then set -e; install -m 755 split-compares-pass.so $${DESTDIR}$(HELPER_PATH); fi
|
if [ -f split-compares-pass.so ]; then set -e; install -m 755 split-compares-pass.so $${DESTDIR}$(HELPER_PATH); fi
|
||||||
if [ -f split-switches-pass.so ]; then set -e; install -m 755 split-switches-pass.so $${DESTDIR}$(HELPER_PATH); fi
|
if [ -f split-switches-pass.so ]; then set -e; install -m 755 split-switches-pass.so $${DESTDIR}$(HELPER_PATH); fi
|
||||||
|
if [ -f cmplog-instructions-pass.so ]; then set -e; install -m 755 cmplog-*-pass.so $${DESTDIR}$(HELPER_PATH); fi
|
||||||
if [ -f libdislocator.so ]; then set -e; install -m 755 libdislocator.so $${DESTDIR}$(HELPER_PATH); fi
|
if [ -f libdislocator.so ]; then set -e; install -m 755 libdislocator.so $${DESTDIR}$(HELPER_PATH); fi
|
||||||
if [ -f libtokencap.so ]; then set -e; install -m 755 libtokencap.so $${DESTDIR}$(HELPER_PATH); fi
|
if [ -f libtokencap.so ]; then set -e; install -m 755 libtokencap.so $${DESTDIR}$(HELPER_PATH); fi
|
||||||
if [ -f libcompcov.so ]; then set -e; install -m 755 libcompcov.so $${DESTDIR}$(HELPER_PATH); fi
|
if [ -f libcompcov.so ]; then set -e; install -m 755 libcompcov.so $${DESTDIR}$(HELPER_PATH); fi
|
||||||
|
@ -1063,7 +1063,8 @@ static void handle_existing_out_dir(afl_state_t *afl) {
|
|||||||
"directory manually,\n"
|
"directory manually,\n"
|
||||||
" or specify a different output location for this job. To resume "
|
" or specify a different output location for this job. To resume "
|
||||||
"the old\n"
|
"the old\n"
|
||||||
" session, pass '-' as input directory in the command line ('-i -')\n"
|
" session, pass '-' as input directory in the command line ('-i "
|
||||||
|
"-')\n"
|
||||||
" or set the 'AFL_AUTORESUME=1' env variable and try again.\n",
|
" or set the 'AFL_AUTORESUME=1' env variable and try again.\n",
|
||||||
OUTPUT_GRACE);
|
OUTPUT_GRACE);
|
||||||
|
|
||||||
@ -1510,7 +1511,8 @@ void check_crash_handling(void) {
|
|||||||
" between stumbling upon a crash and having this information "
|
" between stumbling upon a crash and having this information "
|
||||||
"relayed to the\n"
|
"relayed to the\n"
|
||||||
" fuzzer via the standard waitpid() API.\n"
|
" fuzzer via the standard waitpid() API.\n"
|
||||||
" If you're just testing, set 'AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1'.\n\n"
|
" If you're just testing, set "
|
||||||
|
"'AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1'.\n\n"
|
||||||
|
|
||||||
" To avoid having crashes misinterpreted as timeouts, please log in "
|
" To avoid having crashes misinterpreted as timeouts, please log in "
|
||||||
"as root\n"
|
"as root\n"
|
||||||
|
Reference in New Issue
Block a user