3193 Commits

Author SHA1 Message Date
hexcoder-
d1259d0914 add -lm, afl-fuzz-queue.c wants log2(), fix GNUmakefile syntax 2020-11-27 20:54:07 +01:00
hexcoder-
ded80870a9 reenable afl-clang(++) 2020-11-01 06:22:18 +01:00
hexcoder
5a84db7c67
Fix reference, add missing word 'directory' 2020-11-24 20:14:32 +01:00
hexcoder-
27c3423fb6 test-pre.sh: remove old uses of afl-clang, afl-cc.c: add missing env.var. AFL_LLVM_LAF_ALL 2020-11-24 19:38:55 +01:00
hexcoder-
ed2f82eaf4 fix compiler warning turned error on NetBSD 2020-11-24 16:13:58 +01:00
van Hauser
cf30f52f25 fix links 2020-11-23 10:07:15 +01:00
van Hauser
e32b7eeb83 fixed child not killed with -c 2020-11-19 16:14:19 +01:00
Dustin Spicuzza
cd0a25be5e
Use buffer protocol to retrieve result from python post_process (#605)
Saves an extra copy, gives post processing functions more flexibility
2020-11-18 20:29:17 +01:00
David CARLIER
b260204b72
Solaris/Illumos build fix. (#609) 2020-11-18 19:13:03 +01:00
hexcoder
211a6eb411
typos and wording 2020-11-18 08:40:12 +01:00
hexcoder
108a89b559
typo 2020-11-18 08:33:06 +01:00
Dominik Maier
68e18dbb7a more info about child_debug 2020-11-18 03:09:50 +01:00
Dominik Maier
631b6d0187 fixed simple yet stupid bug 2020-11-18 03:03:49 +01:00
Dominik Maier
f80f62f14b renamed env var to AFL_DEBUG_CHILD 2020-11-18 03:02:13 +01:00
Dominik Maier
57f8aec381 brought back missing env vars 2020-11-18 02:41:35 +01:00
Dominik Maier
23f37ff505 fixed alloc errors, code format 2020-11-18 02:33:47 +01:00
hexcoder-
54fdec0e51 fix: avoid preprocessor logic in macro arguments (not portable) 2020-11-17 21:07:29 +01:00
hexcoder-
add108ec23 fix two exotic mem leaks detected by cppcheck 2020-11-17 21:06:47 +01:00
hexcoder-
d042a63ab4 micro optimization: allocate only when needed 2020-11-17 20:09:52 +01:00
van Hauser
c06b5a1564 fix sync issue 2020-11-17 17:02:33 +01:00
van Hauser
99c783821f
Merge pull request #601 from Rumata888/fixing_symcc
Fixing symcc custom mutator
2020-11-17 10:13:57 +01:00
Rumata888
9d22c8a02c Fixed fd leak on early exit and closed pipes before early exits and PFATAL 2020-11-17 12:00:06 +03:00
van Hauser
1cc637a0a0 support AFL_LLVM_INSTRUMENT env for our own PCGUARD 2020-11-16 10:59:09 +01:00
van Hauser
7000f2a2cf
Merge pull request #604 from virtuald/optional-py-fuzz
Actually make python 'fuzz' method optional
2020-11-15 12:37:47 +01:00
Dustin Spicuzza
ea689076b3 Actually make python 'fuzz' method optional
At some point mutator->afl_custom_fuzz was allowed to be NULL, so do that instead of crashing
2020-11-14 19:58:32 -05:00
hexcoder-
3ac953ec33 typo 2020-11-14 20:09:33 +01:00
hexcoder-
76c5b8a3b4 fix error handling in fauxserver 2020-11-14 19:38:06 +01:00
hexcoder-
40e10895a2 now really fix -n 2020-11-14 17:21:43 +01:00
hexcoder-
e750a5c856 add sanity check for -M/-S arguments 2020-11-14 12:36:28 +01:00
hexcoder-
30cd8a8397 fix non instrumented mode, fix check_binary 2020-11-14 12:28:51 +01:00
hexcoder-
bd313d4039 no binary checking in noninstrumented mode 2020-11-14 11:31:18 +01:00
van Hauser
81493e4fe1
Merge pull request #603 from musicinmybrain/dev
Minor typo and phrasing fixes in README.md and CONTRIBUTING.md
2020-11-14 09:13:56 +01:00
Benjamin Beasley
389ee822e8 More idiomatic phrasing in CONTRIBUTING.md 2020-11-13 19:04:54 -05:00
Benjamin Beasley
fb38de8d73 In README.md, change “in the website” to “on the website,” which is more idiomatic. 2020-11-13 19:01:29 -05:00
Benjamin Beasley
155c2767a0 fix you/your typo in README.md 2020-11-13 18:58:50 -05:00
Rumata888
622f942555 Fixed memleaks, change exit to PFATAL 2020-11-13 14:54:36 +03:00
Andrea Fioraldi
7db5d87a32 restore qemuafl submodule 2020-11-13 10:08:13 +01:00
van Hauser
79ed86da3f updated README to point out that if several laf-intel instances are used, -M main should be one of them to be able to share the intermediate results 2020-11-13 10:05:00 +01:00
van Hauser
119d7d0025 fix frida example debug output 2020-11-13 09:02:44 +01:00
hexcoder-
54a312a5fe more small fixes 2020-11-13 00:44:08 +01:00
hexcoder-
4a4c14c9a9 more fixes, leaks and compile errors 2020-11-12 23:47:49 +01:00
hexcoder-
35fd6847fe another two mem leaks 2020-11-12 21:51:44 +01:00
hexcoder-
ffe41e6fce fix two mem leaks detected by cppcheck 2020-11-12 20:26:53 +01:00
Rumata888
c05c5b787b Fixed name collision problem 2020-11-12 02:36:08 +03:00
Rumata888
bb218b330f Formatted changed/added files 2020-11-12 01:29:17 +03:00
Rumata888
20a8a93fd1 Fixed symcc custom mutator 2020-11-12 01:13:57 +03:00
Andrea Fioraldi
14e76cf3c9 update qemuafl 2020-11-11 14:03:44 +01:00
van Hauser
5357ae5f91 remove duplicate include 2020-11-10 19:20:13 +01:00
van Hauser
a3928e5a62 small fix to actually document custom mutator introspection 2020-11-10 14:20:41 +01:00
van Hauser
1dfd7df7c0 small fix to actually document custom mutator introspection 2020-11-10 14:16:36 +01:00