summary refs log tree commit diff
path: root/pkgs/tools/security/afl
Commit message (Collapse)AuthorAge
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* afl: disable aarch64Jörg Thalheim2018-02-19
|
* afl: fix build, by switch to gcc as compilerJörg Thalheim2018-02-19
| | | | | | | 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 :.
* afl: 2.51b -> 2.52bOrivej Desh2017-11-16
| | | | | | Fix build with glibc 2.26. Tracking issue: #31696
* afl: 2.48b -> 2.51bTuomas Tynkkynen2017-09-13
|
* afl: use clangStdenvDaiderd Jordan2017-09-05
| | | | Fixes #28712
* afl: 2.44b -> 2.48bTuomas Tynkkynen2017-07-18
|
* afl: 2.43b -> 2.44bTuomas Tynkkynen2017-07-04
|
* afl: 2.42b -> 2.43bTuomas Tynkkynen2017-06-19
|
* afl: 2.41b -> 2.42bTuomas Tynkkynen2017-06-08
|
* afl: 2.35b -> 2.41bTuomas Tynkkynen2017-05-14
|
* afl: 2.23b -> 2.35bzimbatm2016-12-11
|
* afl-qemu: use python2Frederik Rietdijk2016-11-24
|
* afl: 2.10b -> 2.23bJoachim Fasting2016-08-02
| | | | | | | | | | | 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
* afl: 1.94b -> 2.10bCorbin2016-04-26
| | | | Includes afl-analyze. QEMU support not tested.
* nixpkgs: afl 1.93b -> 1.94bAustin Seipp2015-09-20
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl 1.88b -> 1.93bAustin Seipp2015-09-10
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl 1.86b -> 1.88bAustin Seipp2015-08-31
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl 1.83b -> 1.86bAustin Seipp2015-08-17
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl 1.80b -> 1.83bAustin Seipp2015-06-14
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl 1.67b -> 1.80bAustin Seipp2015-05-27
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl 1.64b -> 1.67bAustin Seipp2015-04-14
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl - fix llvm-modeAustin Seipp2015-04-11
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl 1.63b -> 1.64bAustin Seipp2015-04-11
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl 1.58b -> 1.63bAustin Seipp2015-04-11
| | | | | | | | - 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>
* nixpkgs: afl 1.57b -> 1.58bAustin Seipp2015-03-28
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl - add QEMU supportAustin Seipp2015-03-22
| | | | | | | | | | | | | | | | | | 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>
* nixpkgs: afl 1.56b -> 1.57bAustin Seipp2015-03-22
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl 1.49b -> 1.56bAustin Seipp2015-03-10
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl 1.21b -> 1.49bAustin Seipp2015-02-25
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl 1.06b -> 1.21bAustin Seipp2015-01-23
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl-1.04b -> 1.06bAustin Seipp2014-12-28
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl 0.89b -> 1.04bAustin Seipp2014-12-26
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl 0.85b -> 0.89bAustin Seipp2014-12-09
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: afl 0.79b -> 0.85bAustin Seipp2014-12-03
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* afl: 0.68b -> 0.79bAustin Seipp2014-11-30
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: American Fuzzy LopAustin Seipp2014-11-25
Signed-off-by: Austin Seipp <aseipp@pobox.com>