3357 Commits

Author SHA1 Message Date
vanhauser-thc
c05e4efbe9 renamed examples/ to utils/ 2020-12-01 14:40:30 +01:00
van Hauser
8584f9d2b5 added AFL_NO_AUTODICT 2020-12-01 13:13:11 +01:00
van Hauser
f7d8643dc4 update clang-format to 11 2020-11-30 22:08:26 +01:00
van Hauser
e769102491 more DEBUGF 2020-11-30 21:54:18 +01:00
van Hauser
1b75cc9f74 add DEBUGF 2020-11-30 21:38:15 +01:00
van Hauser
403b8a1086 update persistent doc 2020-11-30 21:13:16 +01:00
van Hauser
e865f274f1 fix wrong rename in test 2020-11-30 13:36:27 +01:00
van Hauser
856968c13b persistent_demo -> persistent_mode 2020-11-30 13:03:51 +01:00
van Hauser
63c317218b persistent_demo -> persistent_mode 2020-11-30 13:03:33 +01:00
van Hauser
aff4ccb0b2 more explanation 2020-11-30 12:56:47 +01:00
hexcoder-
e83426a79b fix make DEBUG=1 2020-11-28 19:09:13 +01:00
hexcoder-
fdac887660 no fancy special options for the fundamental test compile (no unnecessary dependencies) 2020-11-27 21:10:55 +01:00
hexcoder-
b792c59080 remove wrong quoting 2020-11-27 21:02:27 +01:00
hexcoder-
d1259d0914 add -lm, afl-fuzz-queue.c wants log2(), fix GNUmakefile syntax 2020-11-27 20:54:07 +01:00
van Hauser
4d9eb9bda1
Merge pull request #607 from AFLplusplus/dev
push to stable
2020-11-18 21:25:35 +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