David Carlier
870e22246a
preparing for LLVM 20 with new sanitizer.
...
note: no real valuable option atm.
2025-02-20 11:22:22 +00:00
David Robillard
7765d4ac33
Fix various spelling errors ( #2293 )
...
* Fix spelling errors in log messages
* Fix doc comment syntax
* Fix spelling errors in Markdown documentation
* Fix spelling errors in comments
2025-02-10 00:32:42 +01:00
vanhauser-thc
6cba007c76
finishing touches of removing afl-gcc
2024-12-02 15:14:38 +01:00
van Hauser
0278eb5351
Merge pull request #2259 from AFLplusplus/removeoutdated
...
Remove outdated afl-gcc/afl-clang
2024-12-02 14:54:58 +01:00
Fahnenfluchtige
46b87a6d62
adding details
2024-11-21 17:36:30 +03:00
Fahnenfluchtige
b4208dde94
little fix for docs
2024-11-21 17:23:30 +03:00
Fahnenfluchtige
41de569353
Adding envs to docs
2024-11-21 17:22:30 +03:00
vanhauser-thc
7b24f4a329
remove afl-gcc/afl-clang
2024-11-21 14:31:36 +01:00
rapt0r
04d2476b32
doc: add description for AFL_GCC_DISABLE_VERSION_CHECK
2024-10-20 16:00:17 +09:00
vanhauser-thc
a11488b9dc
changelog
2024-10-16 18:27:10 +02:00
vanhauser-thc
4cc9232485
add AFL_OPT_LEVEL support
2024-10-16 18:26:08 +02:00
vanhauser-thc
b3d16f7b8c
update how AFL_EXIT_WHEN_DONE and colors of cycles done are working
2024-10-14 09:45:59 +02:00
Chi-Feng Tsai
837a9693ab
Update env_variables.md
2024-09-09 11:32:32 +08:00
vanhauser-thc
50ae95cee4
add AFL_OLD_FORKSERVER feature
2024-06-29 16:31:08 +02:00
vanhauser-thc
ba7313b521
AFL_CUSTOM_MUTATOR_LATE_SEND added
2024-06-27 18:51:58 +02:00
vanhauser-thc
304e84502d
fast resume option
2024-06-18 15:24:38 +02:00
vanhauser-thc
2d9b793dbb
AFL_NO_SYNC
2024-06-04 14:48:02 +02:00
Samuel Moelius
c03f2897d0
Add AFL_SHA1_FILENAMES
option
2024-05-12 05:44:14 -04:00
vanhauser-thc
26eaf53a83
AFL_DISABLE_REDUNDANT
2024-05-02 08:35:24 +02:00
vanhauser-thc
dc151caa18
add lto caller instrumentation
2024-02-03 15:53:54 +01:00
vanhauser-thc
98a2a334de
inject docs
2023-12-27 13:58:25 +01:00
Jesse Schwartzentruber
cf458a7d25
Add an env to afl-clang-fast to disable setting rpath if LLVM path isn't
...
recognized
2023-10-23 21:57:21 -04:00
vanhauser-thc
549e5dd926
AFL_IGNORE_SEED_PROBLEMS
2023-08-23 18:02:33 +02:00
marc
8823f22a9c
add AFL_FINAL_SYNC
2023-08-11 11:22:18 +02:00
Junwha
a61e1ffe4d
Add AFL_CRASHING_SEEDS_AS_NEW_CRASH to doc
...
Signed-off-by: Junwha <qbit@unist.ac.kr>
2023-08-02 19:21:41 +09:00
vanhauser-thc
f87ba7ed63
doc fix
2023-07-28 15:18:12 +02:00
vanhauser-thc
dfdc6fd12c
add missing envs in the docs
2023-05-16 14:54:02 +02:00
vanhauser-thc
21865c6224
rename env to AFL_IGNORE_PROBLEMS_COVERAGE
2023-04-25 16:47:37 +02:00
Keno Hassler
7c3c0b26d1
document new env var
2023-04-24 20:32:04 +02:00
eleguevel
30495e6bfe
frida mode: add dynamic loaded code exclusion
...
Add the AFL_FRIDA_INST_NO_DYNAMIC_LOAD environment variable and its
associated JS function setInstrumentNoDynamicLoad to prevent the
instrumentation of late dynamic loaded code.
Resolve #1708
2023-04-21 12:00:56 +02:00
vanhauser-thc
e46e0bce44
allow pizza mode to be disabled
2023-04-02 12:03:45 +02:00
Amit Elkabetz
e9e440d7f3
Fixed according to PR comment, moved cli flag to an env variable
2023-03-05 20:25:39 +02:00
van Hauser
c33f8751e3
Merge pull request #1651 from AFLplusplus/dev
...
Dev
2023-02-21 01:11:00 +01:00
vanhauser-thc
ebaac23a51
clarify AFL_NO_STARTUP_CALIBRATION
2023-02-20 11:42:40 +01:00
vanhauser-thc
668f5e1fa9
debug output
2023-02-15 09:32:32 +01:00
vanhauser-thc
80eabd6e8a
AFL_LLVM_DICT2FILE_NO_MAIN support
2023-02-13 11:34:14 +01:00
vanhauser-thc
8fe5e29104
ignore timeout env option
2023-01-18 14:56:26 +01:00
Dominik Maier
b7c87350cf
Make env description extra clear
2022-11-18 17:04:16 +01:00
Nils Bars
102b749c07
AFL_FORK_SERVER_KILL_SIGNAL backwards compatiblity
...
If `AFL_KILL_SIGNAL` is set, `AFL_FORK_SERVER_KILL_SIGNAL` is set
to the same value.
2022-10-24 17:54:03 +02:00
Nils Bars
7512316b46
Add AFL_FORK_SERVER_KILL_SIGNAL environment variable.
...
The AFL_FORK_SERVER_KILL_SIGNAL variable allows to configure the signal
used to kill the fork server on termination.
2022-10-21 12:47:00 +02:00
tocic
ffad6f3f09
Fix typos in docs
2022-09-10 07:41:19 +03:00
vanhauser-thc
3200e6515b
add AFL_NO_STARTUP_CALIBRATION feature
2022-08-14 12:30:23 +02:00
llzmb
662662c15d
Fix formatting, punctuation, and typos
2022-07-11 11:33:51 +02:00
vanhauser-thc
1334851e7c
cmplog support for gcc_plugin by adacore
2022-07-04 09:59:47 +02:00
Ruben ten Hove
3d1a57deed
feat: allow to skip readme creation on crash
2022-06-17 21:03:46 +02:00
hexcoder
ba21e20695
typo
2022-06-14 14:56:10 +02:00
Daniil Kuts
c96238d85f
Add AFL_SYNC_TIME variable for synchronization time tuning ( #1425 )
...
* Add AFL_SYNC_TIME variable for synchronization time tuning
* Documentation for AFL_SYNC_TIME variable
2022-05-27 12:52:31 +02:00
vanhauser-thc
e9288bcfad
add AFL_KEEP_TIMEOUTS
2022-04-08 22:44:10 +02:00
vanhauser-thc
15b43e6ce1
fix pizza mode
2022-04-03 19:14:59 +02:00
Adam Doupe
1840c27b6f
Clarify in docs that AFL_TARGET_ENV will apply to QEMU in QEMU mode, and note that QEMU_SET_ENV should be used instead in QEMU mode. Closes #1328
2022-02-26 22:20:58 +00:00