about summary refs log tree commit diff
path: root/utils
AgeCommit message (Collapse)Author
2022-01-07more welcome 2022yuawn
2022-01-04optimin: -A -> -HAdrian Herrera
Inline with afl-showmap change
2021-12-21fix qbdivanhauser-thc
2021-12-15Fix CodeQL command typoCityOfLight77
fix command to create CodeQL database and use all cores to compile CodeQL database
2021-12-11Add docs content overviewllzmb
2021-12-11code formatyuawn
2021-12-09Update build-codeql.shMicrosvuln
Update codeql version to 2.7.3
2021-12-07Merge pull request #1191 from llzmb/docs_quality_assurancevan Hauser
Docs content - quality assurance
2021-12-05Fix various missed issues - 1st runllzmb
2021-12-05Fix usage and punctuation in connection with "then" and "than"llzmb
2021-12-05Fix broken links - 1st runllzmb
2021-12-05libtokencap: warning build fix.David CARLIER
2021-12-04Add missing blank lines and remove double blank linesllzmb
2021-12-04Fix spelling of "FRIDA mode" and "QEMU mode"llzmb
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