about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-11-17Merge pull request #601 from Rumata888/fixing_symccvan Hauser
Fixing symcc custom mutator
2020-11-17Fixed fd leak on early exit and closed pipes before early exits and PFATALRumata888
2020-11-16support AFL_LLVM_INSTRUMENT env for our own PCGUARDvan Hauser
2020-11-15Merge pull request #604 from virtuald/optional-py-fuzzvan Hauser
Actually make python 'fuzz' method optional
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-14typohexcoder-
2020-11-14fix error handling in fauxserverhexcoder-
2020-11-14now really fix -nhexcoder-
2020-11-14add sanity check for -M/-S argumentshexcoder-
2020-11-14fix non instrumented mode, fix check_binaryhexcoder-
2020-11-14no binary checking in noninstrumented modehexcoder-
2020-11-14Merge pull request #603 from musicinmybrain/devvan Hauser
Minor typo and phrasing fixes in README.md and CONTRIBUTING.md
2020-11-13More idiomatic phrasing in CONTRIBUTING.mdBenjamin Beasley
2020-11-13In README.md, change “in the website” to “on the website,” which is ↵Benjamin Beasley
more idiomatic.
2020-11-13fix you/your typo in README.mdBenjamin Beasley
2020-11-13Fixed memleaks, change exit to PFATALRumata888
2020-11-13restore qemuafl submoduleAndrea Fioraldi
2020-11-13updated README to point out that if several laf-intel instances are used, -M ↵van Hauser
main should be one of them to be able to share the intermediate results
2020-11-13fix frida example debug outputvan Hauser
2020-11-13more small fixeshexcoder-
2020-11-12more fixes, leaks and compile errorshexcoder-
2020-11-12another two mem leakshexcoder-
2020-11-12fix two mem leaks detected by cppcheckhexcoder-
2020-11-12Fixed name collision problemRumata888
2020-11-12Formatted changed/added filesRumata888
2020-11-12Fixed symcc custom mutatorRumata888
2020-11-11update qemuaflAndrea Fioraldi
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-10fix libfuzzer custom mutator and add introspection functionvan Hauser
2020-11-08Merge pull request #598 from AFLplusplus/devvan Hauser
fix afl-cc bug for llvm 10.0.0
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-06Merge pull request #594 from AFLplusplus/devvan Hauser
push to stable
2020-11-06do not try to compile pcguard if llvm is not current enoughvan Hauser
2020-11-05typo fixedhexcoder-
2020-11-05remove duplicate headers, make '#include VirtualFileSystems.h' version dependenthexcoder-
2020-11-05ignore build error (unsupported platform), so top level 'make tests' can be runhexcoder-
2020-11-05require llvm 10.0.1+ for enhanced pcguard, correct 1MB checksvan Hauser
2020-11-04typohexcoder
2020-11-04add missing newline at the endhexcoder
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