hexcoder-
9d067d26da
fix unit test case for long list
2020-04-09 10:23:37 +02:00
Dominik Maier
8e417ecb5c
makefile asan fix
2020-04-09 10:23:37 +02:00
Dominik Maier
a9d072ad02
O3 again
2020-04-09 10:23:37 +02:00
Dominik Maier
5630c2e72c
list testcase added
2020-04-09 10:23:37 +02:00
hexcoder-
29ff59cc8a
fixing unit tests (again) remove CFLAGS_FLTO, put LDFLAGS near the end
2020-04-09 10:23:37 +02:00
Dominik Maier
dab429521b
added (broken) list test
2020-04-09 10:23:37 +02:00
Dominik Maier
48fc106905
added prealloc testcase
2020-04-09 10:23:37 +02:00
hexcoder-
ee72d5d01d
add Make rule for new unit test
2020-04-09 10:23:37 +02:00
hexcoder-
378f4dd46d
fix make target unit test (tested on Ubuntu 16.04)
2020-04-09 10:23:37 +02:00
David Carlier
2455f081fc
llvm_mode: using MaybeAlign wrapper over the deprecated setter.
...
seems to be available even on LLVM 3.7
2020-04-09 10:23:37 +02:00
van Hauser
f06acc4e27
push new version
2020-04-09 09:14:12 +02:00
van Hauser
3c546341e3
fix indention
2020-04-09 09:08:04 +02:00
Andrea Fioraldi
650bd1c179
Update README.snapshot.md
2020-04-09 08:58:35 +02:00
Dominik Maier
9efa96fe0c
fixed critical whitespace
2020-04-09 01:40:03 +02:00
hexcoder-
361c2ac576
fix compile for MacOSX -DFORTIFY_SOURCE=2 is problematic
2020-04-08 23:45:28 +02:00
van Hauser
54359be31a
fix review comments by Heiko
2020-04-08 23:16:49 +02:00
van Hauser
77949acaee
fix review comments by Heiko
2020-04-08 23:15:42 +02:00
hexcoder-
88a852ef0f
fix gcc_plugin Makefile (VPATH)
2020-04-08 22:21:32 +00:00
hexcoder-
cb52b1757d
Makefile cleanup
2020-04-08 21:39:11 +02:00
hexcoder-
b4869d0663
unicorn_mode/samples/persistent Makefile portable version
2020-04-08 21:23:18 +02:00
van Hauser
30fa7b8006
remove todo
2020-04-08 19:17:21 +02:00
van Hauser
7793ca4055
fix travis - heiko test your changes on linux pls ;)
2020-04-08 18:28:35 +02:00
van Hauser
3353a23fcb
one more include move
2020-04-08 18:19:38 +02:00
hexcoder-
b32b9bd1d5
fix damage in test.sh
2020-04-08 18:16:08 +02:00
van Hauser
133a8cea1c
llvm_mode ctx: move function terminator instrumentation before skipping blocks
2020-04-08 17:57:11 +02:00
hexcoder-
729dbf7dda
afl-fuzz: add usage info when no python support is there, use it in test.sh
2020-04-08 17:53:25 +00:00
van Hauser
67e9ef43a7
llvm_mode android fix
2020-04-08 17:22:31 +02:00
van Hauser
1b5b54fe94
fix limits.h include
2020-04-08 15:49:34 +02:00
hexcoder-
9b3e6112ff
Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into dev
2020-04-08 17:39:19 +02:00
hexcoder-
7663e7dd05
fix compilation in OpenBSD
2020-04-08 17:38:45 +02:00
hexcoder
2e29e64a3f
Merge pull request #295 from devnexen/android_build_fix
...
Android build fix proposal.
2020-04-08 15:25:29 +02:00
van Hauser
15e0319c98
update todo
2020-04-08 13:12:14 +02:00
van Hauser
055ca98fb2
add missing piece for CTX coverage
2020-04-08 12:52:14 +02:00
van Hauser
968295ed81
added snapshot feature to documentation
2020-04-08 12:34:01 +02:00
hexcoder-
48e366d7a8
argv_fuzzing Makefile: portable version
2020-04-08 10:44:42 +02:00
hexcoder
9aa10ef7ca
fix travis
2020-04-08 10:39:32 +02:00
hexcoder-
a85b8d69ef
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
2020-04-08 10:21:46 +02:00
hexcoder-
2900d51e5d
socket_fuzzing Makefile: make it portable
2020-04-08 10:20:53 +02:00
Andrea Fioraldi
63cc113f12
Merge pull request #298 from AFLplusplus/snapshot
...
Snapshot for LLVM mode in dev
2020-04-08 09:36:04 +02:00
hexcoder-
3bf88da091
libdislocator: make Makefile portable
2020-04-08 08:50:30 +02:00
hexcoder-
11e3122843
gcc_plugin: portable Makefile
2020-04-08 08:16:55 +02:00
hexcoder-
dbe6b1da44
gcc_plugin fix compile for USEMMAP
2020-04-08 08:14:42 +02:00
David Carlier
91dc7776ec
Android build fix proposal.
...
LTO flag is recognised but however broken on Android (tested with armv7 arch).
Thus giving the choice not to enable it.
In fortify mode, open required O_CREAT or O_TMPFILE when mode is set.
2020-04-08 04:57:01 +01:00
van Hauser
a5036499d2
update readme
2020-04-08 04:28:13 +02:00
van Hauser
9ef4b45609
ctx done
2020-04-08 03:56:12 +02:00
Andrea Fioraldi
5b160f187d
update env with AFL_NO_SNAPSHOT
2020-04-07 11:26:18 +02:00
Andrea Fioraldi
604f17b897
small fixes
2020-04-07 10:56:31 +02:00
Andrea Fioraldi
da1f3bf41e
snapshot() in llvm mode
2020-04-07 10:50:21 +02:00
van Hauser
452acf3a75
added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile fix, fixed for FUSELD (for LTO)
2020-04-06 13:33:49 +02:00
hexcoder-
5ad50adaa8
GNUmakefile: python config add --ldflags, silence tests
2020-04-04 18:42:51 +02:00