Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-08 | afl-cc: Avoid casts of string literals to char*, in definition of ↵ | Jonathan Neuschäfer | |
__AFL_INIT() etc. With the right -W options, compilers may complain about the cast of string literals (for PERSIST_SIG and DEFER_SIG) to (char*), and they're right to do so, because string literals are constant. Since some projects enable -Werror, this can lead to a broken build with afl-cc. Let's simply cast to (const char *), which preserves the constness of the string literal. | |||
2023-04-08 | show custom mutator name in UI | vanhauser-thc | |
2023-04-08 | hopefully better -z algorithm | vanhauser-thc | |
2023-04-05 | fix | vanhauser-thc | |
2023-04-05 | better new weighting | vanhauser-thc | |
2023-04-05 | add -z switch | vanhauser-thc | |
2023-04-02 | fix ui layout with slow targets in pizza mode | vanhauser-thc | |
2023-04-02 | allow pizza mode to be disabled | vanhauser-thc | |
2023-04-02 | fix buffer overflow in pizza mode :( | vanhauser-thc | |
2023-03-31 | nits | vanhauser-thc | |
2023-03-29 | introspection | vanhauser-thc | |
2023-03-28 | [afs-as] Allow debugging arguments after the input file | Tulio Magno Quites Machado Filho | |
Clang may call as with extra debugging arguments after the input file, e.g. as --64 -o /tmp/hello-617ff5.o /tmp/hello-6b6f52.s -g -gdwarf-4 | |||
2023-03-28 | nits | vanhauser-thc | |
2023-03-27 | time_wo_finds in fuzzer_stats | vanhauser-thc | |
2023-03-26 | Clarify confusing version message | Chris Down | |
When running, the following gets printed in quick succession on startup: afl-fuzz++4.00c based on afl by Michal Zalewski and a large online community [...] [+] NOTE: This is v3.x which changes defaults and behaviours - see README.md Don't assert that this is v3, just that v3+ changes defaults and behaviours. | |||
2023-03-26 | fix frida mode | vanhauser-thc | |
2023-03-25 | add likely() to cksum check | yuawn | |
2023-03-25 | add check for n_fuzz update | yuawn | |
2023-03-10 | Merge pull request #1672 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-03-09 | code format | vanhauser-thc | |
2023-03-09 | various fixes | vanhauser-thc | |
2023-03-09 | fix attempt at lsan | vanhauser-thc | |
2023-03-09 | fast schedules n_fuzz update after classify | vanhauser-thc | |
2023-03-06 | Merge pull request #1667 from amitelka/feature/opt_statsfile_update_interval | van Hauser | |
Added env variable to allow custom interval update of fuzzer_stats file | |||
2023-03-06 | Fixed according to CR | Amit Elkabetz | |
2023-03-06 | fix IGNORE_PROBLEMS and update qemuafl | vanhauser-thc | |
2023-03-05 | Changed warning message to use const instead of magic | Amit Elkabetz | |
2023-03-05 | Fixed according to PR comment, moved cli flag to an env variable | Amit Elkabetz | |
2023-03-05 | Added minimum interval of 1 sec to avoid undefined behaviour in interval | Amit Elkabetz | |
2023-03-05 | auto code format fixes | Amit Elkabetz | |
2023-03-05 | Added flag -u to allow custom interval to update fuzzer_stats file | Amit Elkabetz | |
2023-03-02 | Fix. | Eli Kobrin | |
2023-03-02 | Fix exit on time. | Eli Kobrin | |
2023-02-27 | div hits | vanhauser-thc | |
2023-02-25 | Merge pull request #1654 from tokatoka/typo | van Hauser | |
Redqueen typo | |||
2023-02-24 | Update afl-fuzz-redqueen.c | Dongjia "toka" Zhang | |
2023-02-23 | fix custom python splice optout | vanhauser-thc | |
2023-02-23 | regression fix | vanhauser-thc | |
2023-02-21 | Merge pull request #1651 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-02-21 | nit | vanhauser-thc | |
2023-02-21 | fix regression | vanhauser-thc | |
2023-02-16 | fixes | vanhauser-thc | |
2023-02-15 | debug output | vanhauser-thc | |
2023-02-15 | bettern custom mut warning | vanhauser-thc | |
2023-02-13 | AFL_LLVM_DICT2FILE_NO_MAIN support | vanhauser-thc | |
2023-02-13 | autodisable and better performance | vanhauser-thc | |
2023-02-12 | Merge pull request #1639 from apach301/fix-score-calculation | van Hauser | |
Increase fuzz_level for mopt_common_fuzzing | |||
2023-02-12 | revert perfscore 0 fix attempt | vanhauser-thc | |
2023-02-09 | cmplog exec with target_path | Yaakov Saxon | |
2023-02-08 | Merge pull request #1640 from marcellomaugeri/stable | van Hauser | |
Fix typo in Nyx-mode |