about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-08-15Update branches.mdllzmb
2021-08-15Update README.mdllzmb
2021-08-12Edit README.mdllzmb
Changes: - Move advanced content to docs/. - Add links. - Fix links. - Restructure content.
2021-08-12Merge pull request #1065 from WorksButNotTested/fixesvan Hauser
Fixes
2021-08-12Added documetation on how to debug issuesYour Name
2021-08-12Don't print loads of debugging info about cmplog when it isn't enabledYour Name
2021-08-12Changes to remove hard-coding of MAP_SIZE_POW2 when inline instrumentation ↵Your Name
is disabled
2021-08-12Fix to setting of entry_reachedYour Name
2021-08-12remove duplicate linkvanhauser-thc
2021-08-12AFL_IGNORE_PROBLEMS + library checks and documentationvanhauser-thc
2021-08-12add exercise linkvanhauser-thc
2021-08-12add AFL++ tutorials from Antonio Moraleshexcoder
2021-08-11Merge pull request #1062 from llzmb/docs_cleanup_references_notes_for_asanvan Hauser
Clean up references to notes_for_asan.md
2021-08-10Merge pull request #1064 from mqf20/warn_afl_fuzz_stats_paths_totalvan Hauser
Warn if `paths_total` property from `fuzzer_stats` file is inconsistent
2021-08-10Warn if "paths_total" property from stats file is inconsistentmqf20
2021-08-10remove outdated referencesvanhauser-thc
2021-08-10Merge pull request #1063 from wxyxsx/stablevan Hauser
Fix "havoc_mutations" not working in Python module
2021-08-10Update afl-fuzz-python.cwxyxsx
Fix havoc_mutations not working in python version
2021-08-09Clean up references to notes_for_asan.mdllzmb
2021-08-09Merge pull request #1060 from DMaroo/gtk-panevan Hauser
Added resizable panes instead of static separators in afl-plot-ui
2021-08-09Removed HEIGHT and WIDTH since the windows will anyways start maximizedDMaroo
2021-08-08Added resizable panes instead of static separators in afl-plot-uiDMaroo
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-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-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