Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-07 | Added separate build and install instructions for afl-plot-ui | DMaroo | |
2021-08-07 | Removed the optional build dependencies for afl-plot-ui | DMaroo | |
2021-08-06 | Fixed a typo | DMaroo | |
2021-08-06 | Commented out all the builds of afl-plot-ui | DMaroo | |
Also add the "-" qualifier to denote a possibly unsuccessful build | |||
2021-08-06 | Changed parameter order, reduced script execution time | DMaroo | |
2021-08-06 | Updated the CI configuration to install the new dependencies introduced | DMaroo | |
2021-08-06 | Added additional dependencies which need to be installed | DMaroo | |
2021-08-06 | Updated README to contain description regarding plot_ui | DMaroo | |
2021-08-06 | Added afl-plot-ui executable in .gitignore list | DMaroo | |
2021-08-06 | Added build and install instructions for afl-plot-ui | DMaroo | |
I am implicitly assuming that the user already has GK and pkg-config installed, as requested in the build instructions in the main README | |||
2021-08-06 | Added support for graphical command line flag, improved the general ↵ | DMaroo | |
organization of script Script works as "intended" | |||
2021-08-06 | Added README to describe the working of afl-plot-ui | DMaroo | |
2021-08-06 | Added Makefile for building and installing afl-plot-ui | DMaroo | |
Currently, it offers make and make clean functionality only | |||
2021-08-06 | Added usage info and command line help flag support | DMaroo | |
TODO: Prevent standalone execution | |||
2021-08-04 | Updated the afl-plot shell script to use GTK UI | DMaroo | |
TODO: Currently the script is very huge, and needs to be made more concise and clean. In it's current state, it is hard to maintain. | |||
2021-08-04 | Wrote a simple and minimal UI in GTK, with GNUplot graphs embedded in it | DMaroo | |
TODO: Improve upon the extremely minimal (yet functional) UI | |||
2021-07-19 | Revert "Merge branch 'release' into stable" | vanhauser-thc | |
This reverts commit 815161827689c339d335233b7b232ac9b120b79b, reversing changes made to 9321a24e682b5c8bf6278961bd014cb883b87295. | |||
2021-07-19 | Merge branch 'release' into stable | van Hauser | |
2021-07-19 | Merge pull request #1030 from AFLplusplus/dev 3.14c | van Hauser | |
update config.h | |||
2021-07-19 | update config.h | vanhauser-thc | |
2021-07-19 | fix merge conflicts | vanhauser-thc | |
2021-07-19 | Merge pull request #1028 from AFLplusplus/stable | van Hauser | |
backmerge | |||
2021-07-19 | typo | hexcoder | |
2021-07-19 | typo | hexcoder | |
2021-07-19 | Merge pull request #1023 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2021-07-19 | v3.14c release | vanhauser-thc | |
2021-07-16 | small changes for ARM 32-bit (compiles now, but does not work) | hexcoder- | |
2021-07-16 | make afl-showmap more silent | vanhauser-thc | |
2021-07-16 | Mention afl-gcc-fast also for persistent mode fuzzing | hexcoder | |
2021-07-16 | wording/style | hexcoder | |
2021-07-15 | Support for setting a fixed seed for the hash function (#1026) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-07-15 | ammend changelog | vanhauser-thc | |
2021-07-15 | fix aflfast | vanhauser-thc | |
2021-07-15 | fix custom trimming | vanhauser-thc | |
2021-07-15 | fix "fix" | vanhauser-thc | |
2021-07-15 | nits | vanhauser-thc | |
2021-07-15 | formatting | Dominik Maier | |
2021-07-15 | replaced \t with spaces | Dominik Maier | |
2021-07-15 | replaced unicorn with unicornafl | Dominik Maier | |
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 | |