7884e0f449
Fix two typos.
2022-01-11 15:06:14 +01:00
10dae419d6
Merge pull request #1236 from AFLplusplus/dev
...
push to stable
2022-01-11 12:20:35 +01:00
d2715336a5
link docs/README.md
2022-01-11 12:03:21 +01:00
41b07983f1
add feature list
2022-01-11 11:59:12 +01:00
ef77d552e9
add new tutorial
2022-01-10 11:12:19 +01:00
85f3ebc714
Merge pull request #1243 from yuawn/dev
...
more welcome 2022
2022-01-07 10:38:00 +01:00
b7d741b18e
more welcome 2022
2022-01-07 09:18:51 +00:00
da5ff0df0a
Merge pull request #1242 from yuawn/dev
...
rename
2022-01-07 10:03:03 +01:00
7ae90a66c4
rename
2022-01-07 08:49:56 +00:00
ee295801a6
Merge pull request #1240 from adrianherrera/bugfix/optimin-showmap
...
optimin: -A -> -H
2022-01-04 12:21:12 +01:00
03ba344e6d
optimin: -A -> -H
...
Inline with afl-showmap change
2022-01-04 15:18:31 +11:00
cc94e37ae1
doc nits
2022-01-03 23:26:23 +01:00
8c1015ac39
Proofreading
2022-01-03 22:50:08 +01:00
dc7b607080
doc nits
2022-01-03 20:47:52 +01:00
511ffc06d2
typo fixed
2022-01-03 20:42:34 +01:00
3b96c8ae13
doc nits
2022-01-03 17:02:38 +01:00
226450600c
Merge pull request #1239 from MegaManSec/dev
...
Fix typo.
2022-01-03 17:02:08 +01:00
845c32b5fb
Fix typo.
2022-01-03 16:47:33 +01:00
ee57053be1
add missing gcc env vars
2022-01-03 11:18:10 +01:00
a010d356de
wording
2022-01-03 10:02:27 +01:00
3b3ba08daa
did some proofreading
2022-01-03 09:37:33 +01:00
72cebac42e
fix wrong replacements
2022-01-03 09:14:43 +01:00
e1082f2548
welcome 2022
2022-01-01 00:49:17 +01:00
128413690e
nyx references
2022-01-01 00:38:54 +01:00
b6b81a687d
update qemuafl
2021-12-31 17:06:16 +01:00
b8e61da8ab
Merge pull request #1238 from AFLplusplus/more_havoc
...
more havoc
2021-12-31 17:04:01 +01:00
cda84594cc
Merge pull request #1237 from MegaManSec/dev
...
Fix LeakSanitizer Usage.
2021-12-30 10:38:10 +01:00
fd9f61a8c5
fix map size for nyx
2021-12-30 10:37:16 +01:00
8b75680c7a
Fix type.
2021-12-30 03:09:04 +01:00
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
02082bcd2e
afl-cc lto fix
2021-12-29 18:24:47 +01:00
fa6a0aba61
typo
2021-12-29 12:54:24 +01:00
dbc62dbe56
sprinkle nyx links in the docs
2021-12-29 11:55:16 +01:00
1a25ccb618
readme for nyx
2021-12-29 11:43:21 +01:00
0792cab566
add power schedule info
2021-12-29 10:57:37 +01:00
b5cb99f6fe
fix nyx lib loading
2021-12-28 20:30:52 +01:00
0a18bf8db5
add readme (needs more though)
2021-12-28 18:01:52 +01:00
48ad95f0e5
nit
2021-12-28 17:42:45 +01:00
fd99ddb1d6
nyx build and install
2021-12-28 17:40:23 +01:00
7e8a491500
exec perm
2021-12-28 17:27:37 +01:00
8b8aaa93bd
nyx code format
2021-12-28 17:26:54 +01:00
f511ebd125
nyx nits
2021-12-28 17:25:46 +01:00
83bf876255
Merge pull request #1233 from nyx-fuzz/dev
...
add Nyx mode
2021-12-28 17:19:34 +01:00
41291d8c72
add Nyx mode
2021-12-28 15:51:43 +01:00
f9d4dcdd85
Merge pull request #1232 from WorksButNotTested/frida
...
Removed redundant instruction
2021-12-28 12:07:16 +01:00
8a681bc163
Removed redundant instruction
2021-12-28 10:10:42 +00:00
53fa703755
more havoc
2021-12-27 19:06:06 +01:00
51d6f863f5
fix imports to build on Mac ( #1231 )
...
Co-authored-by: Jesse Hertz <>
2021-12-27 18:12:02 +01:00
be00dbc2ac
Merge pull request #1230 from WorksButNotTested/frida
...
Further optimization of AARCH64 code
2021-12-27 15:26:10 +01:00
65ffa4b472
Further optimization of AARCH64 code
2021-12-27 13:07:31 +00:00