about summary refs log tree commit diff
path: root/utils
AgeCommit message (Collapse)Author
2021-12-02Fix typos - 1st runllzmb
2021-12-02Fix punctuation in connection with "e.g."llzmb
2021-12-02Fix punctuation in connection with "however"llzmb
2021-12-02Remove the word "we"llzmb
2021-12-02Fix spelling of words related to "build"llzmb
2021-12-02Change "AFL" to "AFL++"llzmb
2021-12-02Change the word "env var" to "environment variable"llzmb
2021-12-02Remove the word "please"llzmb
2021-12-02Remove the word "simply"llzmb
2021-11-21Clean up docs folderllzmb
2021-11-10optimin: fix optimin git cloneAdrian Herrera
2021-11-04add AFL_USE_TSANvanhauser-thc
2021-10-27Merge pull request #1134 from adrianherrera/bugfix/optimin-cmakevan Hauser
optimin: fix cmake flags
2021-10-27optimin: fix cmake flagsAdrian Herrera
Disable RTTI. Fixes issue #1133
2021-10-18md urlvanhauser-thc
2021-08-31fix regression in class lookupvanhauser-thc
2021-08-27Merge pull request #1079 from devnexen/afl_network_client_solarishvan Hauser
Network client linkage fix for solarisish systems.
2021-08-27Network client linkage fix for solarisish systems.DC
2021-08-20wordinghexcoder
2021-08-20add newline at endhexcoder
2021-08-09Removed HEIGHT and WIDTH since the windows will anyways start maximizedDMaroo
2021-08-08Added resizable panes instead of static separators in afl-plot-uiDMaroo
The different plots can now be resized using dragging the panes. The resizing isn't completely smooth from the visual POV (I'm guessing this is because of embedding GNUplot), but once the position of the panels are set, the rest of the visual experience is as smooth as it was before.
2021-08-08Change afl to AFL in *.md (#1057)llzmb
Changes in *.md files: - afl++ > AFL++ (acronym) - afl > AFL (compare https://github.com/google/AFL) Excluded from changes: - source code - function names - paths (folder and file names) - URLs
2021-08-07Updated README with build and install instructionsDMaroo
2021-08-07Start plot UI window maximized on launchDMaroo
2021-08-07Merge pull request #1053 from DMaroo/gtk-devvan Hauser
Added a minimal working/functional GTK UI for analyzing fuzzing stats
2021-08-06Updated README to contain description regarding plot_uiDMaroo
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-07-30frida tool fixvanhauser-thc
2021-07-28optimin: add target test back inAdrian Herrera
2021-07-28optimin: removed progress barAdrian Herrera
It was hard to get working with showmap's directory mode
2021-07-28optimin: run showmap with an entire input directoryAdrian Herrera
Rather than executing with one seed at a time. This required disabling the target binary test (for now).
2021-07-28optimin: support afl-cmin crash modeAdrian Herrera
2021-07-28optimin: fix default timeoutAdrian Herrera
So that it matches the help text
2021-07-28optimin: add test of binary targetAdrian Herrera
2021-07-28optimin: add support for afl-cmin env varsAdrian Herrera
2021-07-28optimin: recursively iterate over input directoryAdrian Herrera
2021-07-28optimin: improve afl-showmap error messagesAdrian Herrera
2021-07-28optimin: add missing cmin options and auto create output dirAdrian Herrera
* Includes frida, unicorn modes * Automatically create the output directory if it does not already exist
2021-07-23aligned wordingDominik Maier
2021-07-23removed utils/afl_fridavanhauser-thc
2021-07-22MacOS nitsvanhauser-thc
2021-07-21fix optimin readmevanhauser-thc
2021-07-21optimin nitsvanhauser-thc
2021-07-21utils: added optimin corpus minimizerAdrian Herrera
2021-07-19Revert "Merge branch 'release' into stable"vanhauser-thc
This reverts commit 815161827689c339d335233b7b232ac9b120b79b, reversing changes made to 9321a24e682b5c8bf6278961bd014cb883b87295.
2021-07-19fix merge conflictsvanhauser-thc
2021-07-19v3.14c releasevanhauser-thc