Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-15 | deleted duplicate line after merge | Dominik Maier | |
2021-07-15 | merged stable into dev | Dominik Maier | |
2021-07-15 | Merge pull request #1025 from f0rki/custom_mutator_havoc_uaf | hexcoder | |
fixed potential UAF with custom mutator havoc after realloc | |||
2021-07-15 | fixed potential UAF with custom mutator havoc on realloc | Michael Rodler | |
2021-07-15 | Fix printing of JS errors (#1024) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-07-15 | Delete template_test_harness.py | Dominik Maier | |
Please refer to /samples for documented example harnesses in python, rust, and c. See #1022 | |||
2021-07-15 | LLVMFuzzerTestOneInput + screen doc update | vanhauser-thc | |
2021-07-14 | fix for -fsanitize=fuzzer on MacOS | vanhauser-thc | |
2021-07-14 | rephrasing | vanhauser-thc | |
2021-07-14 | typos/wording | hexcoder | |
2021-07-14 | add to readme how to fuzz on multiple servers | vanhauser-thc | |
2021-07-14 | fix frida, fix dictionary generation to honor AFL_LLVM_{ALLOW/DENY}LIST | vanhauser-thc | |
2021-07-14 | always build aflpp driver | vanhauser-thc | |
2021-07-14 | update documentation | vanhauser-thc | |
2021-07-14 | Improved block and edge numbering to reduce collisions (#1021) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-07-14 | fix havoc comments (#1020) | yuan | |
2021-07-13 | Added more AFL_NO_FORKSRV docu, changelog | Dominik Maier | |
2021-07-13 | Support AFL_NO_FORKSRV env-var in afl-tmin, afl-showmap, and afl-cmin (#1017) | jhertz | |
* Support AFL_NO_FORKSRV env-var * format * showmap support * showmap support * help messages now show envar support * formatting * formatting Co-authored-by: Jesse Hertz <jesse_hertz@apple.com> | |||
2021-07-12 | update faq | vanhauser-thc | |
2021-07-12 | Added sqlite test (#1015) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-07-11 | update custom trim | vanhauser-thc | |
2021-07-10 | remove redundant check (#1014) | yuan | |
2021-07-08 | help output nits | vanhauser-thc | |
2021-07-08 | remove unneeded cmdline option | vanhauser-thc | |
2021-07-08 | fix qemu driver | vanhauser-thc | |
2021-07-07 | update doc | vanhauser-thc | |
2021-07-07 | Changes to print stats more periodically rather than relying on a new block ↵ | WorksButNotTested | |
being instrumented (#1011) Co-authored-by: Your Name <you@example.com> | |||
2021-07-07 | Changes to align the constants used by the coverage function assembly code ↵ | WorksButNotTested | |
(#1012) Co-authored-by: Your Name <you@example.com> | |||
2021-07-07 | Updated the version of FRIDA to 15.0.0 (#1013) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-07-07 | print warning for libfuzzer qemu driver | vanhauser-thc | |
2021-07-07 | enable github sponsor | vanhauser-thc | |
2021-07-07 | fix failures for some sized string instrumentations | vanhauser-thc | |
2021-07-06 | Frida build fixes (#1010) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-07-06 | Changes to make JS run in foreground thread (#1009) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-07-06 | hook update | vanhauser-thc | |
2021-07-06 | Deferred exclusion support (#1008) | WorksButNotTested | |
* Deferred exclusion support * Changes to support different hook libraries for QEMU and FRIDA * Changes to collect more stats Co-authored-by: Your Name <you@example.com> | |||
2021-07-06 | Improved OSX support (#1005) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-07-06 | Support for excluding JIT code (#1006) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-07-05 | more partial linking | vanhauser-thc | |
2021-07-05 | Fixes to handling DSOs by name (#1004) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-07-05 | Changes to automatically disable optimization when AFL_FRIDA_INST_TRACE is ↵ | WorksButNotTested | |
set (#1003) Co-authored-by: Your Name <you@example.com> | |||
2021-07-05 | Remove dependency on xxd (#1002) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-07-02 | make clean on qemu_mode should not fail | hexcoder- | |
2021-07-02 | fix xaxis text | vanhauser-thc | |
2021-07-02 | Changes to strip unused symbols from afl-frida-trace.so and hance remove v7 ↵ | WorksButNotTested | |
and its dependency on C++ (#1001) Co-authored-by: Your Name <you@example.com> | |||
2021-07-01 | update honggfuzz custom mutator | vanhauser-thc | |
2021-06-30 | Many Linux Support (#1000) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-06-30 | Minor fixes to typescript bindings (#999) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-06-29 | fix linefeed | vanhauser-thc | |
2021-06-28 | Inline cmplog (#996) | van Hauser | |
* inline cmplog check * better switch support * add cmplog-switches-pass.cc |