vanhauser-thc
21ebfec79c
better ignore problem handling
2022-01-12 21:59:38 +01:00
van Hauser
8701cdcc2c
Merge pull request #1255 from llzmb/docs_edit_images
...
Edit SVG files
2022-01-12 21:32:35 +01:00
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
van Hauser
657c1e9b9b
Merge pull request #1252 from tokatoka/dev
...
Add missing backticks (`)
2022-01-11 21:46:04 +01:00
tokatoka
0ed1cb4d31
change
2022-01-12 04:42:47 +09:00
van Hauser
741dcabd5d
Merge pull request #1248 from intrigus-lgtm/patch-2
...
Fix two typos.
2022-01-11 19:35:04 +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
vanhauser-thc
c7dbeb8568
update nyx
2022-01-11 15:21:07 +01:00
intrigus-lgtm
179b118bc9
Fix some typos and wrong words.
2022-01-11 15:13:04 +01:00
intrigus-lgtm
7884e0f449
Fix two typos.
2022-01-11 15:06:14 +01:00
van Hauser
10dae419d6
Merge pull request #1236 from AFLplusplus/dev
...
push to stable
2022-01-11 12:20:35 +01:00
vanhauser-thc
d2715336a5
link docs/README.md
2022-01-11 12:03:21 +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
Andrea Fioraldi
85f3ebc714
Merge pull request #1243 from yuawn/dev
...
more welcome 2022
2022-01-07 10:38:00 +01:00
yuawn
b7d741b18e
more welcome 2022
2022-01-07 09:18:51 +00:00
van Hauser
da5ff0df0a
Merge pull request #1242 from yuawn/dev
...
rename
2022-01-07 10:03:03 +01:00
yuawn
7ae90a66c4
rename
2022-01-07 08:49:56 +00:00
van Hauser
ee295801a6
Merge pull request #1240 from adrianherrera/bugfix/optimin-showmap
...
optimin: -A -> -H
2022-01-04 12:21:12 +01:00
Adrian Herrera
03ba344e6d
optimin: -A -> -H
...
Inline with afl-showmap change
2022-01-04 15:18:31 +11: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
van Hauser
226450600c
Merge pull request #1239 from MegaManSec/dev
...
Fix typo.
2022-01-03 17:02:08 +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
hexcoder
a010d356de
wording
2022-01-03 10:02:27 +01:00
hexcoder
3b3ba08daa
did some proofreading
2022-01-03 09:37:33 +01:00
vanhauser-thc
72cebac42e
fix wrong replacements
2022-01-03 09:14:43 +01:00
vanhauser-thc
e1082f2548
welcome 2022
2022-01-01 00:49:17 +01:00
vanhauser-thc
128413690e
nyx references
2022-01-01 00:38:54 +01:00
vanhauser-thc
b6b81a687d
update qemuafl
2021-12-31 17:06:16 +01:00
van Hauser
b8e61da8ab
Merge pull request #1238 from AFLplusplus/more_havoc
...
more havoc
2021-12-31 17:04:01 +01:00
van Hauser
cda84594cc
Merge pull request #1237 from MegaManSec/dev
...
Fix LeakSanitizer Usage.
2021-12-30 10:38:10 +01:00
vanhauser-thc
fd9f61a8c5
fix map size for nyx
2021-12-30 10:37:16 +01:00
Joshua Rogers
8b75680c7a
Fix type.
2021-12-30 03:09:04 +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
02082bcd2e
afl-cc lto fix
2021-12-29 18:24:47 +01:00
vanhauser-thc
fa6a0aba61
typo
2021-12-29 12:54:24 +01:00
vanhauser-thc
dbc62dbe56
sprinkle nyx links in the docs
2021-12-29 11:55:16 +01:00
vanhauser-thc
1a25ccb618
readme for nyx
2021-12-29 11:43:21 +01:00