c63956b8ec
Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into dev
2020-03-20 17:32:42 +01:00
6965797286
unicorn: increase timeout for unicorn test in build script
2020-03-20 17:31:48 +01:00
5a74cffa0f
added llvm_mode ngram coverage
2020-03-20 17:10:44 +01:00
f21ff8bac8
show cycles_without_finds in afl-whatsup
2020-03-20 12:19:22 +01:00
5d932398df
expose cycles_wo_finds in fuzzer_stats
2020-03-20 09:44:51 +01:00
5532fc1102
added missing descriptions of entries in fuzzer_stats
2020-03-20 09:28:43 +01:00
60d66ebc0d
clean was missing ld symlink
2020-03-20 09:06:54 +01:00
29853549c3
add RARE schedule. also fixes doc_path
2020-03-20 08:54:09 +01:00
d0b5cd64c3
install llvm_mode READMEs
2020-03-19 23:55:28 +01:00
cd4243b6ad
update doc
2020-03-19 23:40:45 +01:00
cd2be88707
travis for dev branch
2020-03-19 23:29:33 +01:00
5b9d306cdf
no more (?) statics
2020-03-19 22:54:09 +01:00
0fa47bb867
removed unneeded func
2020-03-19 21:33:17 +01:00
b22e890ec2
fixed resize; removed more statics
2020-03-19 21:32:08 +01:00
b6fa63abdf
code format
2020-03-19 19:23:58 +01:00
51a346bcbe
50% less globals
2020-03-19 19:22:57 +01:00
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
0e1d82dd9f
describe branches setup in README
2020-03-19 15:27:12 +01:00
be261b3e69
moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links
2020-03-19 15:20:39 +01:00
f6847b0314
test.sh: replace 'which' with 'type'
2020-03-19 00:19:25 +01:00
eca6bdb85d
afl-cmin: replace 'which' with 'type'
2020-03-19 00:15:48 +01:00
a3bd1c71ca
Makefiles: replace 'which' with 'type'
2020-03-18 23:51:54 +01:00
b19039ba8b
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
2020-03-18 22:56:19 +01:00
94a4cc8415
Makefiles: prefer POSIX 'type' over 'which' for checking
2020-03-18 22:55:14 +01:00
2e4fda6d4c
fix #261
2020-03-18 21:18:55 +01:00
cd7e234445
try to fix regression due to rtn cmplog
2020-03-18 21:07:31 +01:00
a5e747af14
rework docs installation
2020-03-18 17:26:21 +01:00
5060861545
qemu_mode/libcompcov/Makefile install: fix installation of README
2020-03-18 16:26:54 +01:00
992cf3dd25
libtokencap Makefile install: forgot -T for README
2020-03-18 16:23:54 +01:00
1dee73cdde
libtokencap: install correct README without name collision
2020-03-18 16:19:14 +01:00
3aa7242925
added mmopt power schedule
2020-03-17 21:42:36 +01:00
4009f3a987
fix reading env vars in afl-fuzz
2020-03-17 21:02:06 +01:00
cfd451c6f3
cmplog was neither quiet nor where its llvm passes installed
2020-03-17 16:26:51 +01:00
8e07fbf636
cmplog was neither quiet nor where its llvm passes installed
2020-03-17 16:26:36 +01:00
dae249dc71
minor fix to qemu_persistent_hook example
2020-03-17 16:10:34 +01:00
e194acdd79
PR #257 from chibinz, enhance afl-whatsup, (adapted for portability)
2020-03-17 14:26:08 +01:00
287d430fcf
better explain AFL_QEMU_DEBUG_MAPS
2020-03-17 12:37:20 +01:00
d1d2fceed8
Port the fauxserver changes to afl-cmplog and code format
2020-03-17 15:19:24 +05:30
8cc39a3590
fix link in readme
2020-03-17 09:01:55 +01:00
a57896a7ce
fixed segfault on early bailout
2020-03-17 00:00:36 +01:00
35720304be
not all opt are compiled with polly support
2020-03-16 20:10:42 +01:00
09b2565b1b
fix broken MOpt mode that was broken by Dominiks no-global patch :p
2020-03-16 20:09:46 +01:00
5b9335be10
fix compilation for Darwin/MacOSX
2020-03-16 14:04:21 +01:00
9ce0617cda
fix for instrim with and without AFL_LLVM_INSTRIM_SKIPSINGLEBLOCK
2020-03-16 07:28:31 +01:00
61ba214f19
print a completed UI screen on exit without bugs :)
2020-03-15 22:51:22 +01:00
bfe076748b
fix test failure with qemu compcov
2020-03-15 21:42:04 +01:00
070412b9c1
Merge pull request #259 from devnexen/afl_globals_little_tweaks
...
Just compute the current len on env comparison once.
2020-03-15 20:03:27 +01:00
ccb21a745d
Just compute the current len once.
...
Fix env var types assignments.
2020-03-15 18:57:18 +00:00
87599de782
fix errors in last commit (u8)afl_get_env
2020-03-15 19:39:03 +01:00
126d1f1cd1
Move afl-fuzz related env variables into afl_state_t ( #252 )
...
* Move afl-fuzz related env variables into afl_state_t
* Move the env variables assignment from fuzz_init and code Format
* Fix typo
* Remove redundant env variables from afl_env struct
* Rename function to read_afl_environment
2020-03-15 18:29:23 +01:00