about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2020-12-07Sampling next seed by weight (hit_count, bitmap_size, exec_us)Marcel Boehme
2020-12-07fixes and code formatvan Hauser
2020-12-07little fixesvan Hauser
2020-12-05fix find_object proc search (#elsif -> #elif), optimize static if awayhexcoder-
2020-12-05Typoshexcoder-
2020-12-04fixed bugs in custom_describe, reported by wizcheDominik Maier
2020-12-04added python mutator, documentationDominik Maier
2020-12-04afl_custom_describe api addedDominik Maier
2020-12-03fix for afl-ccvan Hauser
2020-12-03AFL_CRASH_EXITCODE env var added, u8->boolDominik Maier
2020-12-02move debug printvan Hauser
2020-12-02very complete runtime lookup rewritevan Hauser
2020-12-01renamed examples/ to utils/vanhauser-thc
2020-12-01added AFL_NO_AUTODICTvan Hauser
2020-11-30more DEBUGFvan Hauser
2020-11-30add DEBUGFvan Hauser
2020-11-13more small fixeshexcoder-
2020-11-10remove duplicate includevan Hauser
2020-11-10small fix to actually document custom mutator introspectionvan Hauser
2020-11-10small fix to actually document custom mutator introspectionvan Hauser
2020-11-10support custom mutator introspectionvan Hauser
2020-11-08fix wrong llvm version comparisonvan Hauser
2020-11-08fix for llvm 10.0.0van Hauser
2020-11-06better scriptable output from introspectionvan Hauser
2020-11-05require llvm 10.0.1+ for enhanced pcguard, correct 1MB checksvan Hauser
2020-11-03fix -N for forkservervan Hauser
2020-11-03revert out_fd copyvan Hauser
2020-11-03fsrv copy: out_fd = 0 on stdinvan Hauser
2020-11-03fsrv copy: out_fd = -1van Hauser
2020-11-03copy fsrv: copy out_file ptrvan Hauser
2020-11-03added better error handling to forkserver fdDominik Maier
2020-11-02fix for #562hexcoder-
2020-11-02match mopt to havocvan Hauser
2020-11-01added mutation introspection make targetvan Hauser
2020-11-01reenable afl-clang(++)hexcoder-
2020-11-24test-pre.sh: remove old uses of afl-clang, afl-cc.c: add missing env.var. ↵hexcoder-
AFL_LLVM_LAF_ALL
2020-11-24fix compiler warning turned error on NetBSDhexcoder-
2020-11-19fixed child not killed with -cvan Hauser
2020-11-18Use buffer protocol to retrieve result from python post_process (#605)Dustin Spicuzza
Saves an extra copy, gives post processing functions more flexibility
2020-11-18Solaris/Illumos build fix. (#609)David CARLIER
2020-11-18typohexcoder
2020-11-18fixed simple yet stupid bugDominik Maier
2020-11-18renamed env var to AFL_DEBUG_CHILDDominik Maier
2020-11-18fixed alloc errors, code formatDominik Maier
2020-11-17fix: avoid preprocessor logic in macro arguments (not portable)hexcoder-
2020-11-17fix sync issuevan Hauser
2020-11-17Merge pull request #601 from Rumata888/fixing_symccvan Hauser
Fixing symcc custom mutator
2020-11-16support AFL_LLVM_INSTRUMENT env for our own PCGUARDvan Hauser
2020-11-14Actually make python 'fuzz' method optionalDustin Spicuzza
At some point mutator->afl_custom_fuzz was allowed to be NULL, so do that instead of crashing
2020-11-14fix error handling in fauxserverhexcoder-