3577 Commits

Author SHA1 Message Date
Dominik Maier
9a7d045897 build_unicorn_support no longer fetches qemuafl 2020-12-04 17:59:11 +01:00
Thomas Rooijakkers
d59d1fcd9f
Add missing env var used in bec7edf41d/accel/tcg/cpu-exec.c (L389) and ./qemu_mode/README.persistent.md 2020-12-04 17:15:25 +01:00
Dominik Maier
1aebbd7490 Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev 2020-12-04 15:41:24 +01:00
Dominik Maier
330f33a435 updated helper_scripts from battelle/afl-unicorn 2020-12-04 15:40:38 +01:00
ThomasTNO
3d233b34b8
Restore contribution list (#619) 2020-12-04 15:10:07 +01:00
Dominik Maier
eb85ded6ee Merge branch 'custom_describe' into dev 2020-12-04 14:52:11 +01:00
Dominik Maier
c18ca63519 unicorn updated 2020-12-04 14:51:31 +01:00
Dominik Maier
1dbefc14ea fixed bugs in custom_describe, reported by wizche 2020-12-04 14:26:48 +01:00
Dominik Maier
1f34b9f8e1 added python mutator, documentation 2020-12-04 14:26:48 +01:00
Dominik Maier
a19b3022d9 afl_custom_describe api added 2020-12-04 14:26:47 +01:00
hexcoder-
aca5b55b6d test-pre.sh revert removal of afl-clang 2020-12-04 08:46:46 +01:00
hexcoder-
e9a342f3d9 common.h change from user header include to system header include 2020-12-04 08:43:58 +01:00
hexcoder-
b31d5a7cef afl-cmin usage fix 2020-12-04 07:32:56 +01:00
Dominik Maier
f0e81b2301 updated unicorn 2020-12-03 22:26:28 +01:00
van Hauser
295ddaf96b fix for afl-cc 2020-12-03 15:19:10 +01:00
Dominik Maier
a2e2fae840 AFL_CRASH_EXITCODE env var added, u8->bool 2020-12-03 14:43:06 +01:00
van Hauser
0f803c63df move debug print 2020-12-02 15:08:08 +01:00
van Hauser
1890d7b9cf very complete runtime lookup rewrite 2020-12-02 15:03:21 +01:00
hexcoder
16a6bbb3c9
typo 2020-12-02 13:26:38 +01:00
van Hauser
0942158ad1 remove docs/README symlink and update references 2020-12-01 23:17:20 +01:00
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