llzmb
7604dba6d6
Fix typos
2021-11-26 13:28:04 +01:00
llzmb
e0c8a5c0c6
Change "AFL" to "AFL++" in "README.llvm.md", fix references
2021-11-25 16:47:49 +01:00
llzmb
10365a22bd
Merge ctx and ngram into llvm, fix references
2021-11-22 22:08:49 +01:00
llzmb
c31f4646cb
Clean up docs folder
2021-11-21 21:11:52 +01:00
llzmb
66ca8618ea
Edit list of environment variables
2021-11-09 20:35:12 +01:00
llzmb
72878cc14b
Edit list of environment variables
2021-11-06 22:09:54 +01:00
vanhauser-thc
74b4274e35
update for new sanitizer support
2021-11-04 16:12:54 +01:00
llzmb
bb255fdd79
Fix line breaks
2021-10-30 21:42:21 +02:00
llzmb
b1aecf4ff0
Edit list of environment variables
2021-10-30 21:38:13 +02:00
Kuang-che Wu
f6fbbf8150
Fix document paths.
2021-10-10 21:03:43 +08:00
vanhauser-thc
c775f40ebf
AFL_IGNORE_PROBLEMS + library checks and documentation
2021-08-12 14:32:44 +02:00
llzmb
3f1a2d596f
Clean up references to notes_for_asan.md
2021-08-09 16:19:21 +02:00
llzmb
df74625df0
Change afl to AFL in *.md ( #1057 )
...
Changes in *.md files:
- afl++ > AFL++ (acronym)
- afl > AFL (compare https://github.com/google/AFL )
Excluded from changes:
- source code
- function names
- paths (folder and file names)
- URLs
2021-08-08 01:29:32 +02:00
Max Kunzelmann
4d7c23e231
Fix typos ( #1037 )
2021-07-21 00:38:23 +02:00
vanhauser-thc
a7340a1ac6
fix AFL_CAL_FAST
2021-06-10 10:25:37 +02:00
vanhauser-thc
7665354405
threadsafe doc fixes, code format
2021-06-01 10:13:16 +02:00
hexcoder
97a1f89881
Merge branch 'dev' into going_atomic
2021-05-31 19:18:24 +02:00
hexcoder-
eb74a7a800
add documentation for AFL_LLVM_THREADSAFE_INST
2021-05-30 12:43:30 +02:00
hexcoder
314c0357a7
Typo/wording
2021-05-25 21:59:24 +02:00
vanhauser-thc
87b16c4460
add AFL_TRY_AFFINITY
2021-05-25 10:45:24 +02:00
vanhauser-thc
8e75adfee5
AFL_SKIP_CRASHES is obsolete since 3.0
2021-05-25 09:22:50 +02:00
vanhauser-thc
58e39ecd8f
turn off map size detection if skip_bin_check is set
2021-05-22 12:15:09 +02:00
Dominik Maier
fa63f2652d
more documentation for AFL_EXIT_ON_TIME
2021-05-17 18:30:37 +02:00
Dominik Maier
ccf739f880
AFL_PRINT_FILENAMES added
2021-05-17 18:16:51 +02:00
Roman M. Iudichev
069e61dfc6
Exit on time ( #904 )
...
* Variable AFL_EXIT_ON_TIME description has been added.
Variables AFL_EXIT_ON_TIME and afl_exit_on_time has been added.
afl->exit_on_time variable initialization has been added.
The asignment of a value to the afl->afl_env.afl_exit_on_time variable from
environment variables has been added.
Code to exit on timeout if new path not found has been added.
* Type of afl_exit_on_time variable has been changed.
Variable exit_on_time has been added to the afl_state_t structure.
* Command `export AFL_EXIT_WHEN_DONE=1` has been added.
* Millisecond to second conversion has been added.
Call get_cur_time() has been added.
* Revert to using the saved current time value.
* Useless check has been removed.
2021-05-07 17:32:17 +02:00
vanhauser-thc
e41d1183cc
fix nits
2021-04-16 00:41:32 +02:00
vanhauser-thc
be880f2476
add AFL_EXIT_ON_SEED_ISSUES
2021-04-13 13:01:50 +02:00
van Hauser
c23183f1dc
Merge pull request #855 from MegaManSec/leak-sanitizer
...
Add support for standalone leak-sanitizer
2021-04-04 15:28:42 +02:00
Joshua Rogers
99819cf5d1
Move definition of __AFL_LEAK_CHECK inside ifguards,
...
use LSAN_OPTIONS=print_suppressions=0
2021-04-04 12:45:52 +00:00
Joshua Rogers
afc4da47f7
Fix typos,
...
Use symbolize=0 for LSAN,
Remove syntactic sugar.
2021-04-03 14:50:35 +00:00
Joshua Rogers
6514e33ab6
Replace __AFL_CHECK_LEAK with __AFL_LEAK_CHECK to be more proper.
...
Fix spelling mistakes.
Correctly call LSAN_ERROR not MSAN_ERROR.
2021-04-02 22:32:38 +00:00
Joshua Rogers
920e9402a4
Add support for standalone leak-sanitizer, introducting the environment
...
variable AFL_USE_LSAN.
AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check
for a memory leak when the macro is run. This is especially helpful
when using __AFL_LOOP().
If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set,
the leak checker will run when the program exits.
2021-04-02 22:23:11 +00:00
vanhauser-thc
c169cb3911
integrate frida_mode, code-format
2021-03-25 20:10:09 +01:00
vanhauser-thc
0029c1a83e
remove InsTrim
2021-03-25 15:35:06 +01:00
vanhauser-thc
836aeef595
changelog info
2021-03-24 18:22:50 +01:00
van Hauser
6e2a0ef233
Merge branch 'replay' into tmp
2021-03-24 18:19:13 +01:00
Dominik Maier
5fcd634f05
fixed tiny nitpicks
2021-03-23 18:47:07 +01:00
Joshua Pereyda
0f9dceff3d
add details to AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES doc
2021-03-22 12:06:52 -07:00
fuzzah
d7e121e2c9
add AFL_TARGET_ENV to afl-fuzz
2021-03-20 01:32:28 +03:00
realmadsci
d4fb7f8b40
Add AFL_QEMU_CUSTOM_BIN environment flag
...
In QEMU mode (-Q), setting AFL_QEMU_CUSTOM_BIN cause afl-fuzz to skip
prepending afl-qemu-trace to your command line. Use this if you wish to use a
custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments.
2021-03-15 12:57:06 -07:00
vanhauser-thc
47f2650a32
add AFL_NOOPT
2021-03-09 16:53:56 +01:00
vanhauser-thc
d3f69ab4c6
documentation for AFL_PERSISTENT_RECORD
2021-03-07 08:43:01 +01:00
vanhauser-thc
dd2fd80274
doc updates
2021-02-15 12:40:10 +01:00
vanhauser-thc
9bd1e19d7f
added AFL_IGNORE_UNKNOWN_ENVS
2021-02-13 22:43:56 +01:00
hexcoder
223bd70f1f
typo
2021-02-11 20:08:28 +01:00
Andrea Fioraldi
267b085f80
dlmalloc only for non glibc qasan and AFL_QEMU_FORCE_DFL
2021-02-10 15:15:16 +01:00
van Hauser
9d08f0d098
added AFL_CMPLOG_ONLY_NEW feature
2021-01-30 15:39:47 +01:00
Edznux
0a12d519f7
Add better doc for AFL_STATSD_TAGS_FLAVOR
2021-01-22 00:18:56 +01:00
van Hauser
e8c1b43a3d
fix docs
2021-01-21 15:24:34 +01:00
Dominik Maier
a06b25538f
cleaned up AFL_KILL_SIGNAL
2021-01-07 23:21:10 +01:00