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 |
|
van Hauser
|
8e1047f5ef
|
support custom mutator introspection
|
2020-11-10 14:08:21 +01:00 |
|
van Hauser
|
1661303248
|
fix libfuzzer custom mutator and add introspection function
|
2020-11-10 13:43:48 +01:00 |
|
van Hauser
|
4c59c5234a
|
Merge pull request #598 from AFLplusplus/dev
fix afl-cc bug for llvm 10.0.0
|
2020-11-08 17:11:57 +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
|
3b799c09cd
|
Merge pull request #594 from AFLplusplus/dev
push to stable
|
2020-11-06 09:37:14 +01:00 |
|
van Hauser
|
50c98445fe
|
do not try to compile pcguard if llvm is not current enough
|
2020-11-06 09:15:18 +01:00 |
|
hexcoder-
|
665802673d
|
typo fixed
|
2020-11-05 22:58:55 +01:00 |
|
hexcoder-
|
f8bbbf31ec
|
remove duplicate headers, make '#include VirtualFileSystems.h' version dependent
|
2020-11-05 22:45:07 +01:00 |
|