5135 Commits

Author SHA1 Message Date
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
vanhauser-thc
0792cab566 add power schedule info 2021-12-29 10:57:37 +01:00
vanhauser-thc
b5cb99f6fe fix nyx lib loading 2021-12-28 20:30:52 +01:00
vanhauser-thc
0a18bf8db5 add readme (needs more though) 2021-12-28 18:01:52 +01:00
vanhauser-thc
48ad95f0e5 nit 2021-12-28 17:42:45 +01:00
vanhauser-thc
fd99ddb1d6 nyx build and install 2021-12-28 17:40:23 +01:00
vanhauser-thc
7e8a491500 exec perm 2021-12-28 17:27:37 +01:00
vanhauser-thc
8b8aaa93bd nyx code format 2021-12-28 17:26:54 +01:00
vanhauser-thc
f511ebd125 nyx nits 2021-12-28 17:25:46 +01:00
van Hauser
83bf876255
Merge pull request #1233 from nyx-fuzz/dev
add Nyx mode
2021-12-28 17:19:34 +01:00
Sergej Schumilo
41291d8c72 add Nyx mode 2021-12-28 15:51:43 +01:00
van Hauser
f9d4dcdd85
Merge pull request #1232 from WorksButNotTested/frida
Removed redundant instruction
2021-12-28 12:07:16 +01:00
jon
8a681bc163 Removed redundant instruction 2021-12-28 10:10:42 +00:00
vanhauser-thc
53fa703755 more havoc 2021-12-27 19:06:06 +01:00
jhertz
51d6f863f5
fix imports to build on Mac (#1231)
Co-authored-by: Jesse Hertz <>
2021-12-27 18:12:02 +01:00
van Hauser
be00dbc2ac
Merge pull request #1230 from WorksButNotTested/frida
Further optimization of AARCH64 code
2021-12-27 15:26:10 +01:00
jon
65ffa4b472 Further optimization of AARCH64 code 2021-12-27 13:07:31 +00:00
vanhauser-thc
7bd2899f2e fix cpu selection 2021-12-27 12:52:16 +01:00
van Hauser
43b162c222
Merge pull request #1228 from WorksButNotTested/frida
Frida
2021-12-27 11:23:24 +01:00
Your Name
5d9134d6ad Added test for libxslt 2021-12-27 03:46:28 +00:00