Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-16 | Update FAQ.md | llzmb | |
2021-08-16 | Update FAQ.md | llzmb | |
2021-08-16 | Update best_practices.md | llzmb | |
2021-08-16 | Update best_practices.md | llzmb | |
2021-08-16 | Update FAQ.md | llzmb | |
2021-08-16 | Update FAQ.md | llzmb | |
2021-08-16 | Edit FAQ | llzmb | |
Changes: - Edit FAQ. - Add history. - Add best practices. | |||
2021-08-15 | Update branches.md | llzmb | |
2021-08-15 | Update README.md | llzmb | |
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 | Edit README.md | llzmb | |
Changes: - Move advanced content to docs/. - Add links. - Fix links. - Restructure content. | |||
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 | Merge branch 'dev' into docs_edit_remote_monitoring | llzmb | |
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 | 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 | |