Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-19 | fix shared linking on macos | vanhauser-thc | |
2021-08-18 | more partial linking | vanhauser-thc | |
2021-08-18 | Merge pull request #1073 from WorksButNotTested/coverage2 | van Hauser | |
Force exit of coverage process | |||
2021-08-18 | Force exit of coverage process | Your Name | |
2021-08-18 | Merge pull request #1071 from WorksButNotTested/many-local | van Hauser | |
Many local | |||
2021-08-18 | switch back to -j4 for building llvm | vanhauser-thc | |
2021-08-17 | Fix coverage data | Your Name | |
2021-08-17 | Changes to build many-linux build from working copy instead of a fixed branch | Your Name | |
2021-08-17 | Add support for generating coverage information | Your Name | |
2021-08-17 | fix typo | vanhauser-thc | |
2021-08-17 | uninstall makefile target | vanhauser-thc | |
2021-08-14 | Merge pull request #1066 from b1gr3db/dev | van Hauser | |
Fixed spelling of quarantine | |||
2021-08-13 | Fixed spelling of quarantine | b1gr3db | |
2021-08-12 | Merge pull request #1065 from WorksButNotTested/fixes | van Hauser | |
Fixes | |||
2021-08-12 | Added documetation on how to debug issues | Your Name | |
2021-08-12 | Don't print loads of debugging info about cmplog when it isn't enabled | Your Name | |
2021-08-12 | Changes to remove hard-coding of MAP_SIZE_POW2 when inline instrumentation ↵ | Your Name | |
is disabled | |||
2021-08-12 | Fix to setting of entry_reached | Your Name | |
2021-08-12 | remove duplicate link | vanhauser-thc | |
2021-08-12 | AFL_IGNORE_PROBLEMS + library checks and documentation | vanhauser-thc | |
2021-08-12 | add exercise link | vanhauser-thc | |
2021-08-12 | add AFL++ tutorials from Antonio Morales | hexcoder | |
2021-08-11 | Merge pull request #1062 from llzmb/docs_cleanup_references_notes_for_asan | van Hauser | |
Clean up references to notes_for_asan.md | |||
2021-08-10 | Merge pull request #1064 from mqf20/warn_afl_fuzz_stats_paths_total | van Hauser | |
Warn if `paths_total` property from `fuzzer_stats` file is inconsistent | |||
2021-08-10 | Warn if "paths_total" property from stats file is inconsistent | mqf20 | |
2021-08-10 | remove outdated references | vanhauser-thc | |
2021-08-10 | Merge pull request #1063 from wxyxsx/stable | van Hauser | |
Fix "havoc_mutations" not working in Python module | |||
2021-08-10 | Update afl-fuzz-python.c | wxyxsx | |
Fix havoc_mutations not working in python version | |||
2021-08-09 | Clean up references to notes_for_asan.md | llzmb | |
2021-08-09 | Merge pull request #1060 from DMaroo/gtk-pane | van Hauser | |
Added resizable panes instead of static separators in afl-plot-ui | |||
2021-08-09 | Removed HEIGHT and WIDTH since the windows will anyways start maximized | DMaroo | |
2021-08-08 | Added resizable panes instead of static separators in afl-plot-ui | DMaroo | |
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-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 | 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 | |