1959812e83
more partial linking
2021-08-18 15:48:05 +02:00
faac1651e4
Merge pull request #1073 from WorksButNotTested/coverage2
...
Force exit of coverage process
2021-08-18 12:10:31 +02:00
17681405bc
Force exit of coverage process
2021-08-18 10:47:07 +01:00
dbb793646e
Merge pull request #1071 from WorksButNotTested/many-local
...
Many local
2021-08-18 10:16:22 +02:00
69b7f2cae4
switch back to -j4 for building llvm
2021-08-18 10:06:33 +02:00
10c98c2a4c
Fix coverage data
2021-08-17 18:42:44 +01:00
c3641fbd97
Changes to build many-linux build from working copy instead of a fixed branch
2021-08-17 18:34:46 +01:00
5f20137e9d
Add support for generating coverage information
2021-08-17 18:30:30 +01:00
2a68d37b4f
fix typo
2021-08-17 14:37:59 +02:00
6191af7440
uninstall makefile target
2021-08-17 10:29:22 +02:00
4a88e17a26
Update FAQ.md
2021-08-16 21:53:58 +02:00
e05519baf4
Update FAQ.md
2021-08-16 21:53:55 +02:00
b28b46daeb
Update best_practices.md
2021-08-16 21:53:27 +02:00
105454e51c
Update best_practices.md
2021-08-16 21:53:27 +02:00
8948fdcf4c
Update FAQ.md
2021-08-16 21:53:22 +02:00
85a7195631
Update FAQ.md
2021-08-16 21:52:22 +02:00
4b3ba3e51a
Edit FAQ
...
Changes:
- Edit FAQ.
- Add history.
- Add best practices.
2021-08-16 21:52:09 +02:00
0c1dcadfb4
Update branches.md
2021-08-15 22:00:34 +02:00
0715396cb2
Update README.md
2021-08-15 22:00:27 +02:00
bdd455e6fb
Merge pull request #1066 from b1gr3db/dev
...
Fixed spelling of quarantine
2021-08-14 11:42:22 +02:00
a6adb6be2c
Fixed spelling of quarantine
2021-08-13 13:53:22 -04:00
95b794744b
Edit README.md
...
Changes:
- Move advanced content to docs/.
- Add links.
- Fix links.
- Restructure content.
2021-08-12 23:06:34 +02:00
b8fd0a1463
Merge pull request #1065 from WorksButNotTested/fixes
...
Fixes
2021-08-12 18:55:40 +02:00
cacee58fb7
Added documetation on how to debug issues
2021-08-12 17:42:11 +01:00
11d62d51c5
Don't print loads of debugging info about cmplog when it isn't enabled
2021-08-12 17:42:11 +01:00
d2d7585db5
Changes to remove hard-coding of MAP_SIZE_POW2 when inline instrumentation is disabled
2021-08-12 17:42:11 +01:00
cfbff436a5
Fix to setting of entry_reached
2021-08-12 17:42:11 +01:00
20815d6850
remove duplicate link
2021-08-12 18:32:44 +02:00
c775f40ebf
AFL_IGNORE_PROBLEMS + library checks and documentation
2021-08-12 14:32:44 +02:00
3c0e8528e3
add exercise link
2021-08-12 14:06:12 +02:00
baf4ae52c4
add AFL++ tutorials from Antonio Morales
2021-08-12 10:14:30 +02:00
94e2f52abf
Merge pull request #1062 from llzmb/docs_cleanup_references_notes_for_asan
...
Clean up references to notes_for_asan.md
2021-08-11 10:21:26 +02:00
40a837780a
Merge pull request #1064 from mqf20/warn_afl_fuzz_stats_paths_total
...
Warn if `paths_total` property from `fuzzer_stats` file is inconsistent
2021-08-10 11:12:18 +02:00
b4c96d686f
Warn if "paths_total" property from stats file is inconsistent
2021-08-10 16:26:44 +08:00
5700b3c750
remove outdated references
2021-08-10 10:02:50 +02:00
781e65ea42
Merge pull request #1063 from wxyxsx/stable
...
Fix "havoc_mutations" not working in Python module
2021-08-10 09:54:17 +02:00
50fc76faa8
Update afl-fuzz-python.c
...
Fix havoc_mutations not working in python version
2021-08-10 11:14:55 +08:00
3f1a2d596f
Clean up references to notes_for_asan.md
2021-08-09 16:19:21 +02:00
b6b4ab0bd8
Merge pull request #1060 from DMaroo/gtk-pane
...
Added resizable panes instead of static separators in afl-plot-ui
2021-08-09 09:23:57 +02:00
8f378ab00a
Removed HEIGHT and WIDTH since the windows will anyways start maximized
2021-08-09 11:14:57 +05:30
ab43289c1a
Merge branch 'dev' into docs_edit_remote_monitoring
2021-08-08 21:22:47 +02:00
a92952fa03
Added resizable panes instead of static separators in afl-plot-ui
...
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 14:52:25 +05:30
df74625df0
Change afl to AFL in *.md ( #1057 )
...
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 01:29:32 +02:00
1cffe27185
Clean up docs folder ( #1059 )
...
Changes:
- Move files to docs/resources.
- Fix references.
- Delete unused files.
2021-08-08 01:28:56 +02:00
08cb3f8ab5
Merge pull request #1055 from DMaroo/fullscreen
...
`afl-plot-ui` window starts maximized now
2021-08-07 21:29:16 +02:00
c779262d89
Edit remote monitoring and visualization how-to
...
Changes:
- Fix typos, rephrase some sentences, and sort lists alphabetically.
- Restructure content.
2021-08-07 20:47:29 +02:00
d832ed68ea
Updated README with build and install instructions
2021-08-07 21:05:06 +05:30
73c7136bdb
Start plot UI window maximized on launch
2021-08-07 21:01:23 +05:30
6b06d4c74d
Merge pull request #1053 from DMaroo/gtk-dev
...
Added a minimal working/functional GTK UI for analyzing fuzzing stats
2021-08-07 12:03:29 +02:00
fda210aabd
Added separate build and install instructions for afl-plot-ui
2021-08-07 14:06:12 +05:30