308 Commits

Author SHA1 Message Date
hexcoder-
5273c61cd8 Darwin tests: grep --binary-files=text for laf-intel and skipping of unittests 2020-05-12 23:19:51 +02:00
Dominik Maier
0c1c947aaf updated uc ref 2020-05-12 22:42:41 +02:00
Dominik Maier
4ee93331dc updated unicornafl 2020-05-11 15:11:11 +02:00
Dominik Maier
f37be09a92 fixed unicornafl bug 2020-05-11 13:18:06 +02:00
hexcoder
041f19494e
minor fixes 2020-05-09 18:51:33 +02:00
hexcoder-
8e9f507bbc unicorn_mode/samples/persistent/Makefile: fix non-Linux support 2020-05-09 18:49:32 +02:00
Dominik Maier
a13958b32b updated unicornafl 2020-05-05 23:44:02 +02:00
assafcarlsbad
2d126dc750
Fix Unicorn support build script (#349)
* Fix Unicorn support build script for WSL.

Co-authored-by: Dominik Maier <domenukk@gmail.com>
2020-05-04 10:14:49 +02:00
Dominik Maier
a2bc3538f7 python no longer needed for build 2020-05-01 12:03:41 +02:00
Dominik Maier
9f01737fa7 updated unicorn 2020-05-01 02:08:04 +02:00
Dominik Maier
be4e5d2617 minor sample things 2020-05-01 02:07:35 +02:00
Dominik Maier
b26ee09f71 minor fixes 2020-04-26 01:59:38 +02:00
van Hauser
646aeb2b18 try unicorn build without -j 2020-04-26 00:54:02 +02:00
hexcoder-
059c963467 unicornafl build script: fix prerequisite search for setuptools 2020-04-21 23:15:25 +02:00
Dominik Maier
8b319969f3 unicornafl updated 2020-04-20 23:49:12 +02:00
Dominik Maier
0ffef8c79d script to update uc refs; new unicornafl version 2020-04-20 23:11:11 +02:00
Dominik Maier
c8f2ba5b49 updated unicorn 2020-04-20 21:40:34 +02:00
Dominik Maier
4ccd8c1400 reset git on deepclean 2020-04-20 21:03:06 +02:00
Dominik Maier
e4670d3abc no need to rm folder 2020-04-18 23:16:00 +02:00
Dominik Maier
0827a447d3 fix submodule 2020-04-18 22:10:30 +02:00
hexcoder-
d9cd600c1b better detection of intel cpu on 32-bit Linux 2020-04-18 18:39:03 +02:00
Dominik Maier
46854b439a unicornafl updaetd 2020-04-17 21:44:33 +02:00
Dominik Maier
8ffed4b859 latest unicornafl 2020-04-17 21:43:55 +02:00
Dominik Maier
3b8cd9652a added version 2020-04-17 21:43:55 +02:00
Dominik Maier
269050aee3 submodule 2020-04-17 21:43:55 +02:00
Dominik Maier
9900c92ebc locked to unicornafl version 2020-04-17 16:28:22 +02:00
Dominik Maier
b0e58b5b14 fixed critical whitespace 2020-04-09 10:23:37 +02:00
hexcoder-
20cb846c95 Makefile cleanup 2020-04-09 10:23:37 +02:00
hexcoder-
a1e531589e unicorn_mode/samples/persistent Makefile portable version 2020-04-09 10:23:37 +02:00
hexcoder-
1eb81fdf36 unicorn_mode build script: find setuptools more reliably 2020-04-09 10:23:37 +02:00
hexcoder-
7f817fe583 rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checks 2020-04-09 10:23:37 +02:00
David Carlier
0132657432 Enforcing python3 for Mac too. 2020-03-22 12:31:58 +00:00
hexcoder-
a5af81506f qemu_mode/unicorn_mode scripts: fix '==' in '[' 2020-03-21 19:31:15 +01:00
hexcoder-
087bc6daeb qemu_mode and unicorn_mode build scripts: replace type with command -v 2020-03-21 19:22:55 +01:00
hexcoder-
350530f664 unicorn build script: list all missing prereqs in one invocation,
replace which with type
2020-03-21 10:59:58 +01:00
hexcoder-
6965797286 unicorn: increase timeout for unicorn test in build script 2020-03-20 17:31:48 +01:00
van Hauser
be261b3e69 moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links 2020-03-19 15:20:39 +01:00
David Tomaschik
0c45918d54
Fixed typo (#253) 2020-03-11 22:53:50 +01:00
Dominik Maier
dba3595c0a
AFL without globals (#220)
* moved globals to afl, shm and fsrv 

* moved argv to afl state, less bugs

* fixed unicorn docu

* lists everywhere

* merged custom mutators

* fixed leaks in afl-fuzz
2020-03-09 11:24:10 +01:00
David CARLIER
9ddd7e0e3f
wget is no longer necessary for unicornafl which is cloned now. (#217) 2020-02-29 14:39:29 +01:00
Dominik Maier
ed4a70c618 fixed -A in afl-showmap 2020-02-19 16:02:54 +01:00
Anatoly Korniltsev
39be4cd80b fix pwndbg dumper for py2 2020-02-10 14:10:12 +01:00
Dominik Maier
16286e3e2f minor fixes to c examples 2020-02-10 14:07:12 +01:00
Dominik Maier
bf18987369 Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus into unicorn 2020-02-10 00:19:25 +01:00
Dominik Maier
e19e06aba7 removed unused diffs 2020-02-10 00:19:12 +01:00
van Hauser
9ea498585c travis timeout reattempts :) 2020-02-08 10:14:48 +01:00
David Carlier
2c7fba0a9c unicorn mode build fix for FreeBSD. 2020-02-06 19:37:23 +00:00
van Hauser
1ece4bb7df unicorn readme enhancements 2020-02-06 17:12:59 +01:00
Dominik Maier
f772d49faf Back to single harness 2020-02-04 18:31:55 +01:00
Dominik Maier
9bf8f79496 Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus 2020-01-27 13:30:11 +01:00