Marcel Boehme
|
06ec5ab3d7
|
Sampling next seed by weight (hit_count, bitmap_size, exec_us)
|
2020-12-07 21:32:25 +00:00 |
|
van Hauser
|
e6de85861c
|
fixes and code format
|
2020-12-07 14:36:04 +01:00 |
|
van Hauser
|
4c2e375e22
|
little fixes
|
2020-12-07 14:29:59 +01:00 |
|
hexcoder-
|
8f79116a15
|
fix find_object proc search (#elsif -> #elif), optimize static if away
|
2020-12-05 09:48:55 +01:00 |
|
hexcoder-
|
f8c33f29e8
|
Typos
|
2020-12-05 09:19:14 +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 |
|
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 |
|
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
|
e769102491
|
more DEBUGF
|
2020-11-30 21:54:18 +01:00 |
|
van Hauser
|
1b75cc9f74
|
add DEBUGF
|
2020-11-30 21:38:15 +01:00 |
|
hexcoder-
|
54a312a5fe
|
more small fixes
|
2020-11-13 00:44:08 +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 |
|
van Hauser
|
8e1047f5ef
|
support custom mutator introspection
|
2020-11-10 14:08:21 +01:00 |
|
van Hauser
|
82d1c3e18d
|
fix wrong llvm version comparison
|
2020-11-08 17:08:30 +01:00 |
|
van Hauser
|
585ba4c1dd
|
fix for llvm 10.0.0
|
2020-11-08 16:33:25 +01:00 |
|
van Hauser
|
a728e8f9a5
|
better scriptable output from introspection
|
2020-11-06 16:42:02 +01:00 |
|
van Hauser
|
6abe4d124e
|
require llvm 10.0.1+ for enhanced pcguard, correct 1MB checks
|
2020-11-05 08:53:16 +01:00 |
|
van Hauser
|
3cfc0174f7
|
fix -N for forkserver
|
2020-11-03 16:00:29 +01:00 |
|
van Hauser
|
7b4d1c4089
|
revert out_fd copy
|
2020-11-03 15:52:19 +01:00 |
|
van Hauser
|
245f511a1d
|
fsrv copy: out_fd = 0 on stdin
|
2020-11-03 15:15:58 +01:00 |
|
van Hauser
|
8bccf56553
|
fsrv copy: out_fd = -1
|
2020-11-03 15:13:04 +01:00 |
|
van Hauser
|
7ed0bfb6f5
|
copy fsrv: copy out_file ptr
|
2020-11-03 15:09:57 +01:00 |
|
Dominik Maier
|
d795ec0451
|
added better error handling to forkserver fd
|
2020-11-03 13:41:06 +01:00 |
|
hexcoder-
|
350c3b323a
|
fix for #562
|
2020-11-02 21:17:37 +01:00 |
|
van Hauser
|
416e01d3c6
|
match mopt to havoc
|
2020-11-02 11:04:35 +01:00 |
|
van Hauser
|
0fd98ae8b0
|
added mutation introspection make target
|
2020-11-01 21:34:08 +01:00 |
|
hexcoder-
|
ded80870a9
|
reenable afl-clang(++)
|
2020-11-01 06:22:18 +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
|
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
|
108a89b559
|
typo
|
2020-11-18 08:33:06 +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
|
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 |
|
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 |
|
van Hauser
|
1cc637a0a0
|
support AFL_LLVM_INSTRUMENT env for our own PCGUARD
|
2020-11-16 10:59:09 +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-
|
76c5b8a3b4
|
fix error handling in fauxserver
|
2020-11-14 19:38:06 +01:00 |
|