Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2021-07-28 | Merge pull request #1045 from jhertz/fix_asan_check | van Hauser | |
fix check again clang asan lib to work on mac and linux | |||
2021-07-28 | Changes to add additional FASAN configurations to osx-lib | Jonathan Wilson | |
2021-07-27 | fix check again clang asan lib to work on mac and linux by removing a character | Jesse Hertz | |
2021-07-27 | Merge pull request #1044 from WorksButNotTested/osx-lib | van Hauser | |
Osx lib | |||
2021-07-27 | Update readme, minor tweaks | Jonathan Wilson | |
2021-07-27 | Added test for fuzzing a lib on OSX | Jonathan Wilson | |
2021-07-26 | fix gramatron | vanhauser-thc | |
2021-07-25 | Merge pull request #1042 from yuawn/fix_afl-cc | van Hauser | |
Remove redundant if statement in afl-cc | |||
2021-07-25 | Merge pull request #1043 from yuawn/fix_MOpt | van Hauser | |
Remove unused code in MOpt | |||
2021-07-25 | update grammar mutator | vanhauser-thc | |
2021-07-25 | remove unused code | yuawn | |
2021-07-23 | aligned wording | Dominik Maier | |
2021-07-23 | give shmem more space | Dominik Maier | |
2021-07-23 | remove redundant if statement | yuawn | |
2021-07-23 | removed utils/afl_frida | vanhauser-thc | |
2021-07-23 | handle single seed with perf_score 0 | vanhauser-thc | |
2021-07-23 | update grammar mutator | vanhauser-thc | |
2021-07-23 | doc: stop, restart | vanhauser-thc | |
2021-07-23 | afl-persistent-config Linux support + documentation | vanhauser-thc | |
2021-07-23 | Merge pull request #1041 from jhertz/mac_shm | van Hauser | |
persistent SHM config install for Mac |