llzmb
e7ddd15fa5
Incorporate feedback
2022-01-12 20:46:37 +01:00
llzmb
5e47829462
Add white background to SVG files
2022-01-12 20:27:09 +01:00
vanhauser-thc
e663897a8a
fix
2022-01-12 11:27:19 +01:00
vanhauser-thc
b7ddde636b
svg test
2022-01-12 10:42:40 +01:00
vanhauser-thc
8764375357
test svg background
2022-01-12 10:36:22 +01:00
intrigus-lgtm
d8920e31f8
Add a comma to make sentence easier to understand.
2022-01-11 17:13:25 +01:00
intrigus-lgtm
6a7f184c4e
Fix broken code
formatting
2022-01-11 17:00:26 +01:00
intrigus-lgtm
30666cb81e
Highlight what a basic block is.
...
Highlight the different parts that characterize what
a basic block is. This makes it slightly easier to
read/understand IMHO.
2022-01-11 16:59:37 +01:00
intrigus-lgtm
add85f34d1
Format some terms as code.
2022-01-11 15:26:30 +01:00
intrigus-lgtm
179b118bc9
Fix some typos and wrong words.
2022-01-11 15:13:04 +01:00
vanhauser-thc
41b07983f1
add feature list
2022-01-11 11:59:12 +01:00
vanhauser-thc
ef77d552e9
add new tutorial
2022-01-10 11:12:19 +01:00
yuawn
7ae90a66c4
rename
2022-01-07 08:49:56 +00:00
vanhauser-thc
cc94e37ae1
doc nits
2022-01-03 23:26:23 +01:00
hexcoder
8c1015ac39
Proofreading
2022-01-03 22:50:08 +01:00
hexcoder
dc7b607080
doc nits
2022-01-03 20:47:52 +01:00
hexcoder
511ffc06d2
typo fixed
2022-01-03 20:42:34 +01:00
vanhauser-thc
3b96c8ae13
doc nits
2022-01-03 17:02:38 +01:00
Joshua Rogers
845c32b5fb
Fix typo.
2022-01-03 16:47:33 +01:00
hexcoder
ee57053be1
add missing gcc env vars
2022-01-03 11:18:10 +01:00
Joshua Rogers
09c4d9ed75
Fix LeakSanitizer Usage.
...
Previously, __lsan_do_leak_check() was run when using __AFL_LEAK_CHECK,
however this was the incorrect function to use. According to the
documentation: "Subsequent calls to this function will have no effect
and end-of-process leak check will not run".
This meant that if the memory did not leak on the first usage of
__AFL_LEAK_CHECK, subsquent calls to this macro would never do anything.
Likewise, it is not possible to use an LSAN suppression list with
symbolize=0, so instead __lsan_disable and __lsan_enable are used to
'ignore' certain memory allocations where needed.
2021-12-30 02:54:40 +01:00
vanhauser-thc
dbc62dbe56
sprinkle nyx links in the docs
2021-12-29 11:55:16 +01:00
vanhauser-thc
0792cab566
add power schedule info
2021-12-29 10:57:37 +01:00
vanhauser-thc
54eca027a5
doc review
2021-12-26 03:54:29 +01:00
vanhauser-thc
24dd35ef96
macos ci
2021-12-26 01:05:07 +01:00
vanhauser-thc
47488dcd02
nits
2021-12-25 14:21:59 +01:00
vanhauser-thc
c76dc73c7a
better macos install docs
2021-12-22 01:25:32 +01:00
vanhauser-thc
641a943d95
more -z defs filtering
2021-12-16 21:31:37 +01:00
CityOfLight77
a2314fc37f
Add AFLtriage in crash processing tool
2021-12-15 20:38:52 +07:00
vanhauser-thc
176ede3fc8
afl-cc -v without errors
2021-12-15 09:50:45 +01:00
CityOfLight77
63087d9bd9
Fix env var typo
...
`AFL_MAX_EXRAS` -> `AFL_MAX_EXTRAS`
2021-12-15 09:24:28 +07:00
vanhauser-thc
75ac9c013c
better instrumentlist filename detection
2021-12-14 10:15:09 +01:00
llzmb
83487415b1
Fix images
2021-12-13 21:22:33 +01:00
llzmb
9de3de6cdf
Update images
2021-12-13 21:14:20 +01:00
Jana Aydinbas
aceb1af908
Merge branch 'dev' into docs_add_overview
2021-12-13 18:23:28 +01:00
llzmb
3a60f6a251
Add image references, update image
2021-12-13 18:03:02 +01:00
vanhauser-thc
57bc3c0701
fix qemu/unicorn oob
2021-12-13 15:45:52 +01:00
van Hauser
630272bac5
Merge pull request #1211 from llzmb/docs_add_images
...
Add images
2021-12-13 12:59:33 +01:00
Jana Aydinbas
2c144e88fb
Delete fuzzing_process_overview.drawio.svg
2021-12-12 22:42:15 +01:00
llzmb
5c7e84c5c8
Add images
2021-12-12 22:41:19 +01:00
llzmb
52cae6d132
Fix formatting and spelling
2021-12-12 22:35:11 +01:00
llzmb
ed3eb61610
Add image with fuzzing process overview
2021-12-12 20:05:26 +01:00
llzmb
0993bcdc4e
Delete image
2021-12-12 20:04:42 +01:00
llzmb
d28bb47a38
Fix formatting and spelling
2021-12-12 20:01:44 +01:00
llzmb
9d7dd5a69f
Fix formatting and references
2021-12-12 17:59:14 +01:00
llzmb
77ce31c8ba
Add docs content overview
2021-12-11 19:13:22 +01:00
llzmb
4ce1ec3219
Remove blank line
2021-12-11 18:27:38 +01:00
llzmb
4544a90b6e
Edit FAQ
2021-12-11 18:25:28 +01:00
vanhauser-thc
74aa826b60
changelog
2021-12-11 11:03:36 +01:00
van Hauser
caf67efab1
Merge pull request #1200 from AFLplusplus/rename
...
Rename
2021-12-09 14:39:00 +01:00