about summary refs log tree commit diff
path: root/include
AgeCommit message (Collapse)Author
2023-08-04Define AFL_CRASHING_SEEDS_AS_NEW_CRASH as env variableJunwha
- and fix typo Signed-off-by: Junwha <qbit@unist.ac.kr>
2023-08-04nitsvanhauser-thc
2023-08-03make nyx aux buffer size configurableSergej Schumilo
2023-08-02Add option for treating crashing input as new crashJunwha
Signed-off-by: Junwha Hong <qbit@unist.ac.kr>
2023-07-30Various fixes for warnings, extends #1818Dominik Maier
2023-07-30Fix format specifiers (#1818)mark0
* Update afl-mutations.h Fix bug: compilation cannot pass when DEBUG macro is enabled * Update afl-fuzz-one.c Fix bug: compilation cannot pass when DEBUG macro is enabled
2023-07-21improve cmplog level 3vanhauser-thc
2023-07-13interesting32_floatvanhauser-thc
2023-07-13ntsvanhauser-thc
2023-07-12nitsvanhauser-thc
2023-07-02no_ui: display timevanhauser-thc
2023-06-29update mutation strategyvanhauser-thc
2023-06-29Merge pull request #1789 from AFLplusplus/orig_mut3van Hauser
better mutator weightings
2023-06-23new mutation weightingvanhauser-thc
2023-06-22remove dead code, code formatvanhauser-thc
2023-06-12increase strategy switchvanhauser-thc
2023-06-12Merge pull request #1767 from AFLplusplus/mutationnewvan Hauser
Mutationnew
2023-06-124.08a initvanhauser-thc
2023-06-12update new feature configvanhauser-thc
2023-06-12v4.07c releasevanhauser-thc
2023-06-08show fuzzing statevanhauser-thc
2023-06-06nitvanhauser-thc
2023-06-06Merge pull request #1759 from AFLplusplus/devvan Hauser
Dev
2023-06-06add current mutation strategy to includevanhauser-thc
2023-05-23correct rtn cmplog map sizevanhauser-thc
2023-05-21code formatvanhauser-thc
2023-05-18improved symqemu custom mutatorvanhauser-thc
2023-05-10better tritondse supportvanhauser-thc
2023-05-01fix reallocsvanhauser-thc
2023-04-27slightly different weighting algo (#1719)van Hauser
* better seed selection * slightly different weighting calculation * remove unnecessary memset
2023-04-27afl++ -> AFL++vanhauser-thc
2023-04-25rename env to AFL_IGNORE_PROBLEMS_COVERAGEvanhauser-thc
2023-04-25add AFL_LLVM_LTO_SKIPINIT to envs.hvanhauser-thc
2023-04-21Merge pull request #2 from AFLplusplus/devMaik Betka
Dev
2023-04-21frida mode: add dynamic loaded code exclusioneleguevel
Add the AFL_FRIDA_INST_NO_DYNAMIC_LOAD environment variable and its associated JS function setInstrumentNoDynamicLoad to prevent the instrumentation of late dynamic loaded code. Resolve #1708
2023-04-21Merge remote-tracking branch 'origin/dev' into atnwalkMaik Betka
# Conflicts: # include/afl-fuzz.h # src/afl-fuzz-run.c
2023-04-20afl-showmap custom mutator supportvanhauser-thc
2023-04-17fixed code clones in atnwalk.c, introduced new environment variable ↵Maik Betka
AFL_POST_PROCESS_KEEP_ORIGINAL in AFL++ to integrate atnwalk without re-compiling afl-fuzz
2023-04-17v4.07a initvanhauser-thc
2023-04-17v4.06c releasevanhauser-thc
2023-04-16hidden -Y option for nyx, code formatvanhauser-thc
2023-04-16Merge pull request #1702 from schumilo/devvan Hauser
add Nyx support in afl-showmap, afl-tmin, afl-cmin and afl-analyze
2023-04-16improved Nyx tmp dir handling (additional sanity checks)Sergej Schumilo
2023-04-16fix remove_nyx_tmp_workdir functionSergej Schumilo
2023-04-14switch to latest libnyx APISergej Schumilo
2023-04-14add Nyx support in various tools (like afl-cmin)Sergej Schumilo
2023-04-13fix attempt at post_process implementationvanhauser-thc
2023-04-13remove -z option, use -p mmopt insteadvanhauser-thc
2023-04-07renamingvanhauser-thc
2023-04-05add -z switchvanhauser-thc