0c616087e0
Update issue templates
2021-01-29 10:17:32 +01:00
068bef5eab
Merge pull request #691 from AFLplusplus/dev
...
push to stable
2021-01-20 19:12:52 +01:00
b9e855b7b5
Merge pull request #695 from joeyjiaojg/dev
...
Fix Porting of AFLplusplus for Android
2021-01-20 14:00:26 +01:00
02079d8ef9
android: Remove frida-gum package
2021-01-20 19:16:57 +08:00
2cd3010f82
Merge pull request #694 from rchildre3/wine-preload
...
LD_PRELOAD in the QEMU environ and enforce arch
2021-01-20 09:55:00 +01:00
bb9d275350
afl_frida: Add AFL_FRIDA_TEST_INPUT env to debug input
2021-01-20 15:48:48 +08:00
f3ef91e8d6
Migrates DebugLoc::get to DILocation::get
...
- Refer to https://reviews.llvm.org/D93087
2021-01-20 15:48:48 +08:00
ac1117ffae
android: Fix runtime for mutator
2021-01-20 15:46:41 +08:00
7ad8f6c717
android: Add libprotobuf aflpp custom_mutator example
2021-01-20 15:46:41 +08:00
9d9e148e5c
android: build custom mutators for symcc, radamsa
2021-01-20 15:46:41 +08:00
1e2da1dfb9
android: port libfuzzer-mutator
2021-01-20 15:46:41 +08:00
6dc20fc298
afl_frida: fix target lib
2021-01-20 15:46:41 +08:00
868ef6c10c
android: afl_frida: get target lib/function from command line
2021-01-20 15:46:41 +08:00
52f1d535bd
android: port afl_frida for arm64
2021-01-20 15:46:41 +08:00
0306261fec
Fix build error for Android
...
- LTO not work yet
2021-01-20 15:46:39 +08:00
17e3e65d96
LD_PRELOAD in the QEMU environ and enforce arch
2021-01-20 01:02:28 -05:00
473b3e5fb0
updated unicornafl qemu versions
2021-01-19 19:45:53 +01:00
0367f6c723
cleanup and rename _DISCARD->_SKIP
2021-01-19 14:03:10 +01:00
292f91a55f
tiny scan-build nags fixed
2021-01-19 13:16:39 +01:00
e91f3b0de6
codeql fix
2021-01-19 10:41:42 +01:00
e2d9dc16e3
fix compiler warning avoid signess difference in comparisons
2021-01-18 21:36:19 +01:00
d36af0d576
fix msg
2021-01-15 17:32:43 +01:00
fba8790e32
better error reporting
2021-01-15 15:12:27 +01:00
8eb00a5dfa
remove warning
2021-01-15 14:55:58 +01:00
d5049da5e4
better error message
2021-01-15 14:50:51 +01:00
9646960f88
update doc
2021-01-14 21:36:52 +01:00
7ba17d182f
more sync in deterministic mode
2021-01-14 21:26:46 +01:00
c42875ddea
Merge pull request #688 from murx-/dev
...
Update documentation to reflect new default power schedule
2021-01-14 14:15:01 +01:00
53c7aaa57b
Update documentation to reflect new default power schedule
2021-01-14 13:46:03 +01:00
68acd3d101
Merge pull request #686 from AFLplusplus/weight
...
better seed selection
2021-01-14 00:26:08 +01:00
0ddbffd80e
fix
2021-01-12 17:36:10 +01:00
b9ba2805e5
minor changes
2021-01-12 17:31:29 +01:00
efd8042431
fix lto cmplog instability
2021-01-12 13:42:00 +01:00
dc81f681c9
fix weight calc, thanks to Marcel
2021-01-10 13:12:44 +01:00
4581ad3df9
code fmt
2021-01-08 18:19:40 +01:00
3196a5f666
cleaned up and added comments to forkserver exits
2021-01-08 18:17:52 +01:00
20a47cb23e
Merge pull request #679 from AFLplusplus/dev
...
Dev
2021-01-08 15:43:13 +01:00
813627cbd3
better gcc_plugin error msg
2021-01-08 13:01:46 +01:00
1827c65596
better gcc_plugin error msg
2021-01-08 12:55:05 +01:00
3d1a25ce4e
added check to silence scan-build
2021-01-08 11:54:35 +01:00
34732e3c5e
refactored kill signal env parsing
2021-01-08 11:36:40 +01:00
7b8c8cf12f
fix
2021-01-08 00:47:52 +01:00
7eaca9c840
Merge branch 'stable' of github.com:aflplusplus/aflplusplus into dev
2021-01-07 23:37:57 +01:00
a06b25538f
cleaned up AFL_KILL_SIGNAL
2021-01-07 23:21:10 +01:00
9cdf5c4150
User defined kill signal value ( #678 )
...
* Adding AFL_KILL_SIGNAL environment variable
Controlling the kill signal used to end forked processes.
* Checking validity of AFL_KILL_SIGNAL env variable
This commit also sets a valid value in the environment to avoid
duplicating code in at_exit(). Changing data type of
fsrv->kill_signal to u8 to match last_kill_signal.
* Adding afl_kill_signal to AFL (environment) state
This commit simply introduces a struct member for future use. The
env variable is not used from the afl struct but from fsrv, where
its validity is checked, resulting in a FATAL in case of errors.
2021-01-07 22:35:34 +01:00
52c221fc48
selective coverage fix
2021-01-06 09:35:47 +01:00
4c78bb7080
cpp fix
2021-01-05 22:13:55 +01:00
59b86b0db0
haiku fix
2021-01-05 19:20:10 +01:00
1a85fca49f
haiku fix
2021-01-05 19:14:51 +01:00
9d4614ce2f
haiku support
2021-01-05 19:06:27 +01:00