about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-08-08Merge branch 'dev' into docs_edit_remote_monitoringllzmb
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-08Clean up docs folder (#1059)llzmb
Changes: - Move files to docs/resources. - Fix references. - Delete unused files.
2021-08-07Merge pull request #1055 from DMaroo/fullscreenvan Hauser
`afl-plot-ui` window starts maximized now
2021-08-07Edit remote monitoring and visualization how-tollzmb
Changes: - Fix typos, rephrase some sentences, and sort lists alphabetically. - Restructure content.
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-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-08-02fix afl_preload issues on macosvanhauser-thc
2021-08-02frida: switch truncate to ddvanhauser-thc
2021-07-31Merge pull request #1052 from yuawn/devvan Hauser
use HASH_CONST
2021-07-31use HASH_CONSTyuawn
2021-07-30Merge pull request #1050 from fbeqv/better_macos_getshm_errorsvan Hauser
improved error message
2021-07-30makefile fixesvanhauser-thc
2021-07-30improved error messageCornelius Aschermann
2021-07-30fix testcasevanhauser-thc
2021-07-30add more string functions for dictionary featuresvanhauser-thc
2021-07-30frida tool fixvanhauser-thc
2021-07-30frida tool fixvanhauser-thc
2021-07-30Merge pull request #1049 from yuawn/devvan Hauser
fix format string
2021-07-30fix format stringyuawn
2021-07-29Merge pull request #1047 from adrianherrera/fixes/optiminvan Hauser
Fixes/optimin
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-28better macos sysctl settingsvanhauser-thc
2021-07-28Merge pull request #1046 from WorksButNotTested/osx-libvan Hauser
Changes to add additional FASAN configurations to osx-lib