Jörg Thalheim
e2b79b10b5
afl: various cleanups
2019-01-05 17:22:24 +01:00
Jörg Thalheim
5da3d039d4
qemu-afl: various cleanups
2019-01-05 17:22:06 +01:00
Robert Scott
5a09820a13
afl-qemu: update to qemu 2.10.0, as specified by afl 2.52b
...
refresh patches & configure options directly from afl 2.52b to make
installation as vanilla as possible
2018-12-22 21:07:26 +00:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Jörg Thalheim
e38cb9b926
afl: disable aarch64
2018-02-19 19:59:28 +02:00
Jörg Thalheim
0565e1e732
afl: fix build, by switch to gcc as compiler
...
Apparently they set CFLAGS incompatible with clang.
Also only provide a default value for AFL_CC/AFL_CXX for afl-clang-fast:
User might want to overriding, but this is not a PATH variable that can
be prepended with :.
2018-02-19 19:59:28 +02:00
Orivej Desh
15ba4a5cfd
afl: 2.51b -> 2.52b
...
Fix build with glibc 2.26.
Tracking issue: #31696
2017-11-16 17:11:10 +00:00
Tuomas Tynkkynen
42a3be191d
afl: 2.48b -> 2.51b
2017-09-13 16:28:48 +03:00
Daiderd Jordan
8706664ff6
afl: use clangStdenv
...
Fixes #28712
2017-09-05 22:00:44 +02:00
Tuomas Tynkkynen
3c9897431b
afl: 2.44b -> 2.48b
2017-07-18 22:15:22 +03:00
Tuomas Tynkkynen
d453e8baad
afl: 2.43b -> 2.44b
2017-07-04 17:30:02 +03:00
Tuomas Tynkkynen
ffa0489310
afl: 2.42b -> 2.43b
2017-06-19 17:46:52 +03:00
Tuomas Tynkkynen
399afc13e4
afl: 2.41b -> 2.42b
2017-06-08 23:13:06 +03:00
Tuomas Tynkkynen
e1805301af
afl: 2.35b -> 2.41b
2017-05-14 04:15:24 +03:00
zimbatm
f9281609ae
afl: 2.23b -> 2.35b
2016-12-11 00:28:14 +00:00
Frederik Rietdijk
b91c43d8d3
afl-qemu: use python2
2016-11-24 22:28:04 +01:00
Joachim Fasting
9e2937ca65
afl: 2.10b -> 2.23b
...
Looks like mostly performance enhancements and stability fixes. The main
user facing changes appear to be:
- The -Z option was removed
- A macro named FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION is defined when
compiling with afl-gcc
Full changelog at http://lcamtuf.coredump.cx/afl/ChangeLog.txt
2016-08-02 07:38:00 +02:00
Corbin
264cb737f6
afl: 1.94b -> 2.10b
...
Includes afl-analyze. QEMU support not tested.
2016-04-26 18:45:12 -07:00
Austin Seipp
dc3ae3beaa
nixpkgs: afl 1.93b -> 1.94b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-09-20 12:47:59 -05:00
Austin Seipp
15bd0b8f19
nixpkgs: afl 1.88b -> 1.93b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-09-10 08:55:19 -05:00
Austin Seipp
b1f502b94e
nixpkgs: afl 1.86b -> 1.88b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-08-31 03:17:16 -05:00
Austin Seipp
5d964375e5
nixpkgs: afl 1.83b -> 1.86b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-08-17 17:18:10 -05:00
Austin Seipp
1ee742b0ef
nixpkgs: afl 1.80b -> 1.83b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-14 14:28:00 -05:00
Austin Seipp
6fbc62419b
nixpkgs: afl 1.67b -> 1.80b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-05-27 16:36:26 -05:00
Austin Seipp
5cb0b0b28b
nixpkgs: afl 1.64b -> 1.67b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-14 14:05:46 -05:00
Austin Seipp
7200556e5d
nixpkgs: afl - fix llvm-mode
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-11 22:00:54 -05:00
Austin Seipp
047e77274c
nixpkgs: afl 1.63b -> 1.64b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-11 20:22:43 -05:00
Austin Seipp
600b7e5945
nixpkgs: afl 1.58b -> 1.63b
...
- Adds new LLVM-based instrumentation support via afl-clang-fast.
- Experimental support for cgroup management via afl-cgroup, to
mitigate OOM issues when using afl with address sanitizer.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-11 15:26:31 -05:00
Austin Seipp
5b0310ec59
nixpkgs: afl 1.57b -> 1.58b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-28 01:51:00 -05:00
Austin Seipp
a11078a78c
nixpkgs: afl - add QEMU support
...
This adds support for `afl-fuzz -Q`, which can be used to instrument
arbitrary black-box binary code for fuzz testing using American Fuzzy
Lop through QEMU emulation.
This requires a custom QEMU 2.2.0 build of the Linux userspace emulators
(system emulators aren't required) with some custom patches. Furthermore
we have to patch the patches a little to make the build more sane (there
are some notes in the README about this).
Overall, the addition of this feature by default doesn't significantly
impact build times (since building QEMU for only one target builds only
a fraction of the source code, and many features are disabled), so it's
enabled by default.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-22 22:52:57 -05:00
Austin Seipp
624fcfce64
nixpkgs: afl 1.56b -> 1.57b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-22 18:29:57 -05:00
Austin Seipp
ed75d612d6
nixpkgs: afl 1.49b -> 1.56b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-10 01:19:51 -05:00
Austin Seipp
0d266b2392
nixpkgs: afl 1.21b -> 1.49b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-02-25 07:54:15 -06:00
Austin Seipp
7581c422d4
nixpkgs: afl 1.06b -> 1.21b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-01-23 10:46:10 -06:00
Austin Seipp
2cabafd363
nixpkgs: afl-1.04b -> 1.06b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-28 23:45:25 -06:00
Austin Seipp
79f82686e1
nixpkgs: afl 0.89b -> 1.04b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-26 21:43:05 -06:00
Austin Seipp
323113ef6d
nixpkgs: afl 0.85b -> 0.89b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-09 21:59:28 -06:00
Austin Seipp
25d883a46d
nixpkgs: afl 0.79b -> 0.85b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-03 18:53:20 -06:00
Austin Seipp
8f6279be5c
afl: 0.68b -> 0.79b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-11-30 13:19:26 -06:00
Austin Seipp
b0dc5b17ca
nixpkgs: American Fuzzy Lop
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-11-25 12:43:03 -06:00