van Hauser
b42f405e60
ci fix
2020-12-21 12:35:09 +01:00
van Hauser
816ba61080
fix ci
2020-12-21 12:27:06 +01:00
van Hauser
7e27448dac
another 32 bit fix
2020-12-21 12:19:22 +01:00
van Hauser
2a0d066121
update ci
2020-12-21 12:14:08 +01:00
van Hauser
1078409875
Create ci.yml
2020-12-21 12:06:06 +01:00
van Hauser
45a68760ee
fix 32 bit
2020-12-21 12:02:01 +01:00
van Hauser
ed85d5374b
switch to github actions
2020-12-21 11:56:01 +01:00
van Hauser
47e04548d4
Merge pull request #649 from AFLplusplus/skim_romu
...
switch to romu and skim
2020-12-21 11:19:18 +01:00
van Hauser
6d1f17d78d
Merge branch 'dev' into skim_romu
2020-12-21 11:02:09 +01:00
van Hauser
c28ecbbb2b
update codeql yml
2020-12-21 10:59:29 +01:00
Andrea Fioraldi
bf3ba489a0
Merge pull request #648 from AFLplusplus/add-codeql
...
Add codeql
2020-12-21 09:52:38 +01:00
Andrea Fioraldi
f9d9ff2cd2
Create codeql-analysis.yml
2020-12-21 09:52:20 +01:00
van Hauser
0b4f6adfee
Merge pull request #647 from rchildre3/binary-only-make
...
Remove binary-only target's depend on source tools
2020-12-21 01:57:59 +01:00
R. Elliott Childre
81e3e991a7
Test Python and Shared Memory in binary-only mode
2020-12-20 19:54:40 -05:00
R. Elliott Childre
eddabf6b05
Remove binary-only target's depend on source tools
...
The `binary-only` target currently depends on the `all` target which
always build the source tools, such as afl-cc and afl-as. This is
unnecessary if the user specifically is asking for only binary fuzzing
tools.
2020-12-20 19:39:28 -05:00
van Hauser
2e3cf10070
document AFL_LLVM_INSTRUMENT option NATIVE
2020-12-20 22:53:41 +01:00
van Hauser
59c1c6a431
fix for non-default gcc installations
2020-12-20 14:42:45 +01:00
van Hauser
98ee17bc47
fix endless loop in afl-cc allow/blocklists starting a line with a comment
2020-12-20 14:30:06 +01:00
van Hauser
a6116ed533
Merge pull request #646 from pr0xy-t/dev
...
fixed typo in include/forkserver.h
2020-12-20 12:15:31 +01:00
van Hauser
bc9f956c84
update changelog
2020-12-20 11:30:11 +01:00
pr0xy
e1a7ed9d6e
fixed typo in include/forkserver.h
2020-12-20 18:54:32 +09:00
van Hauser
7374503f14
add tinyinst to binary fuzzing tools
2020-12-19 09:55:51 +01:00
hexcoder-
12ebb351dc
apply nocolor changes
2020-12-18 21:10:39 +01:00
van Hauser
73dd6d86ab
dont fail with ASAN_BUILD
2020-12-18 16:38:24 +01:00
van Hauser
2748d5c962
fix
2020-12-18 16:16:22 +01:00
van Hauser
ea9db86bb8
mem error fix
2020-12-18 10:20:43 +01:00
van Hauser
4ff9eb0e67
fix compile
2020-12-18 10:02:26 +01:00
van Hauser
f0b6576f97
fix
2020-12-18 09:55:47 +01:00
van Hauser
3ee12009c0
Merge pull request #641 from AFLplusplus/dev
...
Dev
2020-12-18 09:36:22 +01:00
van Hauser
0011f2047b
merge romu and skim
2020-12-18 09:33:52 +01:00
hexcoder-
79c98731c9
small improvements: dump output on error in test-llvm, fix compiler warnings
2020-12-18 09:22:58 +01:00
hexcoder-
b6b907705e
afl-cmin: skip instrumentation check if AFL_SKIP_BIN_CHECK is set
2020-12-18 00:18:30 +01:00
van Hauser
fd6bff727a
fix crash for very fast targets
2020-12-17 22:57:28 +01:00
R. Elliott Childre
3282775a15
Cleanup QEMU configuration options
...
Take into account `STATIC`, `DEBUG`, and `PROFILING`
Turn off most options
Remove non-exsistant config options (e.g. bluez)
2020-12-17 14:23:16 -05:00
van Hauser
d07b0169cb
skim import
2020-12-17 10:55:33 +01:00
van Hauser
14c67f15c9
small fixes
2020-12-16 14:22:09 +01:00
van Hauser
6e0aeb9833
allow instrumenting LLVMFuzzerTestOneInput
2020-12-15 18:17:55 +01:00
van Hauser
db76b06e01
add dummy Makefile to instrumentation/
2020-12-15 18:07:01 +01:00
van Hauser
1fc0918ac0
v3.01a init
2020-12-15 09:55:33 +01:00
van Hauser
8e712d1a74
Merge pull request #628 from AFLplusplus/dev
...
Final push to stable
3.0c
2020-12-15 09:39:10 +01:00
van Hauser
149ec41e90
v3.00c
2020-12-15 09:38:26 +01:00
van Hauser
e0ab846f7f
v3.00c
2020-12-15 09:37:52 +01:00
van Hauser
df7c72fd66
code format
2020-12-13 11:24:49 +01:00
van Hauser
76117b0471
fix afl-clang tests
2020-12-13 11:23:56 +01:00
hexcoder-
ce9e127529
remove debugging sh
2020-12-12 22:56:09 +01:00
hexcoder-
c5c852dada
add tests for the missing afl-compiler (afl-gcc or afl-clang)
2020-12-12 22:54:34 +01:00
hexcoder-
7382cf5f00
afl-as.c, fix compiler warnings (overflowing is UB)
2020-12-12 19:30:56 +01:00
Dominik Maier
109560e73a
tmpdir not needed with sharedmap fuzzing
2020-12-12 17:53:42 +01:00
hexcoder-
befb1a2f39
remove stray debugging fprintf
2020-12-12 16:40:13 +01:00
hexcoder-
fd30a4184a
typo
2020-12-12 16:37:23 +01:00