Age | Commit message (Expand) | Author |
2020-11-18 | brought back missing env vars | Dominik Maier |
2020-11-18 | fixed alloc errors, code format | Dominik Maier |
2020-11-17 | fix: avoid preprocessor logic in macro arguments (not portable) | hexcoder- |
2020-11-17 | fix two exotic mem leaks detected by cppcheck | hexcoder- |
2020-11-17 | micro optimization: allocate only when needed | hexcoder- |
2020-11-17 | fix sync issue | van Hauser |
2020-11-17 | Merge pull request #601 from Rumata888/fixing_symcc | van Hauser |
2020-11-17 | Fixed fd leak on early exit and closed pipes before early exits and PFATAL | Rumata888 |
2020-11-16 | support AFL_LLVM_INSTRUMENT env for our own PCGUARD | van Hauser |
2020-11-15 | Merge pull request #604 from virtuald/optional-py-fuzz | van Hauser |
2020-11-14 | Actually make python 'fuzz' method optional | Dustin Spicuzza |
2020-11-14 | typo | hexcoder- |
2020-11-14 | fix error handling in fauxserver | hexcoder- |
2020-11-14 | now really fix -n | hexcoder- |
2020-11-14 | add sanity check for -M/-S arguments | hexcoder- |
2020-11-14 | fix non instrumented mode, fix check_binary | hexcoder- |
2020-11-14 | no binary checking in noninstrumented mode | hexcoder- |
2020-11-14 | Merge pull request #603 from musicinmybrain/dev | van Hauser |
2020-11-13 | More idiomatic phrasing in CONTRIBUTING.md | Benjamin Beasley |
2020-11-13 | In README.md, change “in the website” to “on the website,” which is m... | Benjamin Beasley |
2020-11-13 | fix you/your typo in README.md | Benjamin Beasley |
2020-11-13 | Fixed memleaks, change exit to PFATAL | Rumata888 |
2020-11-13 | restore qemuafl submodule | Andrea Fioraldi |
2020-11-13 | updated README to point out that if several laf-intel instances are used, -M ... | van Hauser |
2020-11-13 | fix frida example debug output | van Hauser |
2020-11-13 | more small fixes | hexcoder- |
2020-11-12 | more fixes, leaks and compile errors | hexcoder- |
2020-11-12 | another two mem leaks | hexcoder- |
2020-11-12 | fix two mem leaks detected by cppcheck | hexcoder- |
2020-11-12 | Fixed name collision problem | Rumata888 |
2020-11-12 | Formatted changed/added files | Rumata888 |
2020-11-12 | Fixed symcc custom mutator | Rumata888 |
2020-11-11 | update qemuafl | Andrea Fioraldi |
2020-11-10 | remove duplicate include | van Hauser |
2020-11-10 | small fix to actually document custom mutator introspection | van Hauser |
2020-11-10 | small fix to actually document custom mutator introspection | van Hauser |
2020-11-10 | support custom mutator introspection | van Hauser |
2020-11-10 | fix libfuzzer custom mutator and add introspection function | van Hauser |
2020-11-08 | Merge pull request #598 from AFLplusplus/dev | van Hauser |
2020-11-08 | fix wrong llvm version comparison | van Hauser |
2020-11-08 | fix for llvm 10.0.0 | van Hauser |
2020-11-06 | better scriptable output from introspection | van Hauser |
2020-11-06 | Merge pull request #594 from AFLplusplus/dev | van Hauser |
2020-11-06 | do not try to compile pcguard if llvm is not current enough | van Hauser |
2020-11-05 | typo fixed | hexcoder- |
2020-11-05 | remove duplicate headers, make '#include VirtualFileSystems.h' version dependent | hexcoder- |
2020-11-05 | ignore build error (unsupported platform), so top level 'make tests' can be run | hexcoder- |
2020-11-05 | require llvm 10.0.1+ for enhanced pcguard, correct 1MB checks | van Hauser |
2020-11-04 | typo | hexcoder |
2020-11-04 | add missing newline at the end | hexcoder |