van Hauser
|
c6db05c5ae
|
test.sh with -no-pie
|
2020-03-21 21:10:38 +01:00 |
|
Dominik Maier
|
6f78b67f03
|
adjusted int_bufs
|
2020-03-21 20:28:01 +01: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-
|
f18dbb0b40
|
afl-gotcpu.c: compielr warning fixed: initialize variable v2
|
2020-03-21 19:13:39 +01:00 |
|
hexcoder-
|
6cbd0f1faf
|
avoid calling awk for 'which' replacement, use POSIX 'command -v' instead
|
2020-03-21 18:51:43 +01:00 |
|
van Hauser
|
dcd9cd638b
|
fix stat display
|
2020-03-21 17:42:00 +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-
|
dabce05ec6
|
qemu_mode/build script: add more missing prereqs
|
2020-03-21 10:46:23 +01:00 |
|
hexcoder-
|
993bf03af9
|
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
|
2020-03-21 10:36:18 +01:00 |
|
hexcoder-
|
2508008b53
|
qemu_mode, build script: avoid which, add patch to prereqs, list all
missing prereqs in one invocation
|
2020-03-21 10:31:39 +01:00 |
|
van Hauser
|
a0012c9e82
|
forgot readme for ngram
|
2020-03-20 17:56:24 +01:00 |
|
hexcoder-
|
c63956b8ec
|
Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into dev
|
2020-03-20 17:32:42 +01:00 |
|
hexcoder-
|
6965797286
|
unicorn: increase timeout for unicorn test in build script
|
2020-03-20 17:31:48 +01:00 |
|
van Hauser
|
5a74cffa0f
|
added llvm_mode ngram coverage
|
2020-03-20 17:10:44 +01:00 |
|
van Hauser
|
f21ff8bac8
|
show cycles_without_finds in afl-whatsup
|
2020-03-20 12:19:22 +01:00 |
|
van Hauser
|
5d932398df
|
expose cycles_wo_finds in fuzzer_stats
|
2020-03-20 09:44:51 +01:00 |
|
van Hauser
|
5532fc1102
|
added missing descriptions of entries in fuzzer_stats
|
2020-03-20 09:28:43 +01:00 |
|
van Hauser
|
60d66ebc0d
|
clean was missing ld symlink
|
2020-03-20 09:06:54 +01:00 |
|
van Hauser
|
29853549c3
|
add RARE schedule. also fixes doc_path
|
2020-03-20 08:54:09 +01:00 |
|
hexcoder-
|
d0b5cd64c3
|
install llvm_mode READMEs
|
2020-03-19 23:55:28 +01:00 |
|
van Hauser
|
cd4243b6ad
|
update doc
|
2020-03-19 23:40:45 +01:00 |
|
van Hauser
|
cd2be88707
|
travis for dev branch
|
2020-03-19 23:29:33 +01:00 |
|
Dominik Maier
|
5b9d306cdf
|
no more (?) statics
|
2020-03-19 22:54:09 +01:00 |
|
Dominik Maier
|
0fa47bb867
|
removed unneeded func
|
2020-03-19 21:33:17 +01:00 |
|
Dominik Maier
|
b22e890ec2
|
fixed resize; removed more statics
|
2020-03-19 21:32:08 +01:00 |
|
Dominik Maier
|
b6fa63abdf
|
code format
|
2020-03-19 19:23:58 +01:00 |
|
Dominik Maier
|
51a346bcbe
|
50% less globals
|
2020-03-19 19:22:57 +01:00 |
|
Andrea Fioraldi
|
fd9587d26e
|
Merge pull request #262 from rish9101/remove_alarm
Port the fauxserver changes to afl-cmplog and code format
|
2020-03-19 17:01:57 +01:00 |
|
van Hauser
|
0e1d82dd9f
|
describe branches setup in README
|
2020-03-19 15:27:12 +01:00 |
|
van Hauser
|
be261b3e69
|
moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links
|
2020-03-19 15:20:39 +01:00 |
|
hexcoder-
|
f6847b0314
|
test.sh: replace 'which' with 'type'
|
2020-03-19 00:19:25 +01:00 |
|
hexcoder-
|
eca6bdb85d
|
afl-cmin: replace 'which' with 'type'
|
2020-03-19 00:15:48 +01:00 |
|
hexcoder-
|
a3bd1c71ca
|
Makefiles: replace 'which' with 'type'
|
2020-03-18 23:51:54 +01:00 |
|
hexcoder-
|
b19039ba8b
|
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
|
2020-03-18 22:56:19 +01:00 |
|
hexcoder-
|
94a4cc8415
|
Makefiles: prefer POSIX 'type' over 'which' for checking
|
2020-03-18 22:55:14 +01:00 |
|
Andrea Fioraldi
|
2e4fda6d4c
|
fix #261
|
2020-03-18 21:18:55 +01:00 |
|
Andrea Fioraldi
|
cd7e234445
|
try to fix regression due to rtn cmplog
|
2020-03-18 21:07:31 +01:00 |
|
hexcoder-
|
a5e747af14
|
rework docs installation
|
2020-03-18 17:26:21 +01:00 |
|
hexcoder
|
5060861545
|
qemu_mode/libcompcov/Makefile install: fix installation of README
|
2020-03-18 16:26:54 +01:00 |
|
hexcoder
|
992cf3dd25
|
libtokencap Makefile install: forgot -T for README
|
2020-03-18 16:23:54 +01:00 |
|
hexcoder
|
1dee73cdde
|
libtokencap: install correct README without name collision
|
2020-03-18 16:19:14 +01:00 |
|
van Hauser
|
3aa7242925
|
added mmopt power schedule
|
2020-03-17 21:42:36 +01:00 |
|
van Hauser
|
4009f3a987
|
fix reading env vars in afl-fuzz
|
2020-03-17 21:02:06 +01:00 |
|
van Hauser
|
cfd451c6f3
|
cmplog was neither quiet nor where its llvm passes installed
|
2020-03-17 16:26:51 +01:00 |
|
van Hauser
|
8e07fbf636
|
cmplog was neither quiet nor where its llvm passes installed
|
2020-03-17 16:26:36 +01:00 |
|
van Hauser
|
dae249dc71
|
minor fix to qemu_persistent_hook example
|
2020-03-17 16:10:34 +01:00 |
|
hexcoder-
|
e194acdd79
|
PR #257 from chibinz, enhance afl-whatsup, (adapted for portability)
|
2020-03-17 14:26:08 +01:00 |
|
van Hauser
|
287d430fcf
|
better explain AFL_QEMU_DEBUG_MAPS
|
2020-03-17 12:37:20 +01:00 |
|
rish9101
|
d1d2fceed8
|
Port the fauxserver changes to afl-cmplog and code format
|
2020-03-17 15:19:24 +05:30 |
|