Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-08 | Merge branch 'dev' into docs_edit_remote_monitoring | llzmb | |
2021-08-08 | Change 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-08 | Clean up docs folder (#1059) | llzmb | |
Changes: - Move files to docs/resources. - Fix references. - Delete unused files. | |||
2021-08-07 | Merge pull request #1055 from DMaroo/fullscreen | van Hauser | |
`afl-plot-ui` window starts maximized now | |||
2021-08-07 | Edit remote monitoring and visualization how-to | llzmb | |
Changes: - Fix typos, rephrase some sentences, and sort lists alphabetically. - Restructure content. | |||
2021-08-07 | Updated README with build and install instructions | DMaroo | |
2021-08-07 | Start plot UI window maximized on launch | DMaroo | |
2021-08-07 | Merge pull request #1053 from DMaroo/gtk-dev | van Hauser | |
Added a minimal working/functional GTK UI for analyzing fuzzing stats | |||
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-08-02 | fix afl_preload issues on macos | vanhauser-thc | |
2021-08-02 | frida: switch truncate to dd | vanhauser-thc | |
2021-07-31 | Merge pull request #1052 from yuawn/dev | van Hauser | |
use HASH_CONST | |||
2021-07-31 | use HASH_CONST | yuawn | |
2021-07-30 | Merge pull request #1050 from fbeqv/better_macos_getshm_errors | van Hauser | |
improved error message | |||
2021-07-30 | makefile fixes | vanhauser-thc | |
2021-07-30 | improved error message | Cornelius Aschermann | |
2021-07-30 | fix testcase | vanhauser-thc | |
2021-07-30 | add more string functions for dictionary features | vanhauser-thc | |
2021-07-30 | frida tool fix | vanhauser-thc | |
2021-07-30 | frida tool fix | vanhauser-thc | |
2021-07-30 | Merge pull request #1049 from yuawn/dev | van Hauser | |
fix format string | |||
2021-07-30 | fix format string | yuawn | |
2021-07-29 | Merge pull request #1047 from adrianherrera/fixes/optimin | van Hauser | |
Fixes/optimin | |||
2021-07-28 | optimin: add target test back in | Adrian Herrera | |
2021-07-28 | optimin: removed progress bar | Adrian Herrera | |
It was hard to get working with showmap's directory mode | |||
2021-07-28 | optimin: run showmap with an entire input directory | Adrian Herrera | |
Rather than executing with one seed at a time. This required disabling the target binary test (for now). | |||
2021-07-28 | optimin: support afl-cmin crash mode | Adrian Herrera | |
2021-07-28 | optimin: fix default timeout | Adrian Herrera | |
So that it matches the help text | |||
2021-07-28 | optimin: add test of binary target | Adrian Herrera | |
2021-07-28 | optimin: add support for afl-cmin env vars | Adrian Herrera | |
2021-07-28 | optimin: recursively iterate over input directory | Adrian Herrera | |
2021-07-28 | optimin: improve afl-showmap error messages | Adrian Herrera | |
2021-07-28 | optimin: add missing cmin options and auto create output dir | Adrian Herrera | |
* Includes frida, unicorn modes * Automatically create the output directory if it does not already exist | |||
2021-07-28 | better macos sysctl settings | vanhauser-thc | |
2021-07-28 | Merge pull request #1046 from WorksButNotTested/osx-lib | van Hauser | |
Changes to add additional FASAN configurations to osx-lib |