about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-08-07Added separate build and install instructions for afl-plot-uiDMaroo
2021-08-07Removed the optional build dependencies for afl-plot-uiDMaroo
2021-08-06Fixed a typoDMaroo
2021-08-06Commented out all the builds of afl-plot-uiDMaroo
Also add the "-" qualifier to denote a possibly unsuccessful build
2021-08-06Changed parameter order, reduced script execution timeDMaroo
2021-08-06Updated the CI configuration to install the new dependencies introducedDMaroo
2021-08-06Added additional dependencies which need to be installedDMaroo
2021-08-06Updated README to contain description regarding plot_uiDMaroo
2021-08-06Added afl-plot-ui executable in .gitignore listDMaroo
2021-08-06Added build and install instructions for afl-plot-uiDMaroo
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-06Added support for graphical command line flag, improved the general ↵DMaroo
organization of script Script works as "intended"
2021-08-06Added README to describe the working of afl-plot-uiDMaroo
2021-08-06Added Makefile for building and installing afl-plot-uiDMaroo
Currently, it offers make and make clean functionality only
2021-08-06Added usage info and command line help flag supportDMaroo
TODO: Prevent standalone execution
2021-08-04Updated the afl-plot shell script to use GTK UIDMaroo
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-04Wrote a simple and minimal UI in GTK, with GNUplot graphs embedded in itDMaroo
TODO: Improve upon the extremely minimal (yet functional) UI
2021-07-19Revert "Merge branch 'release' into stable"vanhauser-thc
This reverts commit 815161827689c339d335233b7b232ac9b120b79b, reversing changes made to 9321a24e682b5c8bf6278961bd014cb883b87295.
2021-07-19Merge branch 'release' into stablevan Hauser
2021-07-19Merge pull request #1030 from AFLplusplus/dev 3.14cvan Hauser
update config.h
2021-07-19update config.hvanhauser-thc
2021-07-19fix merge conflictsvanhauser-thc
2021-07-19Merge pull request #1028 from AFLplusplus/stablevan Hauser
backmerge
2021-07-19typohexcoder
2021-07-19typohexcoder
2021-07-19Merge pull request #1023 from AFLplusplus/devvan Hauser
push to stable
2021-07-19v3.14c releasevanhauser-thc
2021-07-16small changes for ARM 32-bit (compiles now, but does not work)hexcoder-
2021-07-16make afl-showmap more silentvanhauser-thc
2021-07-16Mention afl-gcc-fast also for persistent mode fuzzinghexcoder
2021-07-16wording/stylehexcoder
2021-07-15Support for setting a fixed seed for the hash function (#1026)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-07-15ammend changelogvanhauser-thc
2021-07-15fix aflfastvanhauser-thc
2021-07-15fix custom trimmingvanhauser-thc
2021-07-15fix "fix"vanhauser-thc
2021-07-15nitsvanhauser-thc
2021-07-15formattingDominik Maier
2021-07-15replaced \t with spacesDominik Maier
2021-07-15replaced unicorn with unicornaflDominik Maier
2021-07-15deleted duplicate line after mergeDominik Maier
2021-07-15merged stable into devDominik Maier
2021-07-15Merge pull request #1025 from f0rki/custom_mutator_havoc_uafhexcoder
fixed potential UAF with custom mutator havoc after realloc
2021-07-15fixed potential UAF with custom mutator havoc on reallocMichael Rodler
2021-07-15Fix printing of JS errors (#1024)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-07-15Delete template_test_harness.pyDominik Maier
Please refer to /samples for documented example harnesses in python, rust, and c. See #1022
2021-07-15LLVMFuzzerTestOneInput + screen doc updatevanhauser-thc
2021-07-14fix for -fsanitize=fuzzer on MacOSvanhauser-thc
2021-07-14rephrasingvanhauser-thc
2021-07-14typos/wordinghexcoder
2021-07-14add to readme how to fuzz on multiple serversvanhauser-thc