jhertz
51d6f863f5
fix imports to build on Mac ( #1231 )
...
Co-authored-by: Jesse Hertz <>
2021-12-27 18:12:02 +01:00
vanhauser-thc
9063002af2
rename path
2021-12-09 13:22:10 +01:00
vanhauser-thc
268339a683
showmap -A -> -H, accurate help output
2021-11-16 11:03:53 +01:00
Akira Moroo
d4a0fd41cd
Check -M
/ -S
is not specified with -A
...
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-15 02:15:58 +00:00
Akira Moroo
feff8191ec
Fix platform check for -A
CoreSight mode
...
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-15 01:57:36 +00:00
Akira Moroo
c2feee4ed1
Add platform check for -A
CoreSight mode
...
REF:
https://github.com/AFLplusplus/AFLplusplus/pull/1156#discussion_r747454306
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-12 06:13:25 +00:00
Akira Moroo
d63d69a1f6
Clarify usage message for ARM CoreSight mode
...
REF:
https://github.com/AFLplusplus/AFLplusplus/pull/1156#issuecomment-966196217
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-12 06:13:18 +00:00
Akira Moroo
9100f3c416
Add initial CoreSight mode support
...
The original code is:
https://github.com/RICSecLab/AFLplusplus-cs/tree/retrage/coresight-mode-pr
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-11 09:52:21 +00:00
van Hauser
fb443eaf23
Merge pull request #1141 from AFLplusplus/afl4
...
cmplog enhancement variant
2021-11-07 14:09:09 +01:00
vanhauser-thc
9325a4fcbb
http->https
2021-11-06 10:28:22 +01:00
van Hauser
f5535e348d
Merge pull request #1142 from AFLplusplus/dev
...
Dev
2021-11-03 21:55:21 +01:00
vanhauser-thc
afc84438c6
move bitmap and saveauto
2021-11-03 21:23:03 +01:00
lazymio
efec2b5a99
Update real_map_size when doing a realloc
2021-10-25 16:05:58 +02:00
vanhauser-thc
45d668a671
better ui banner
2021-10-18 13:17:07 +02:00
vanhauser-thc
ed10f3783b
new rtn cmplog: instrumentation side + supporting functions
2021-10-17 13:05:33 +02:00
hexcoder-
e80131bef5
fix some compiler warnings in 32-bit linux
2021-10-02 22:47:22 +02:00
vanhauser-thc
4473904bc0
fix -n
2021-10-01 13:25:02 +02:00
vanhauser-thc
c775f40ebf
AFL_IGNORE_PROBLEMS + library checks and documentation
2021-08-12 14:32:44 +02:00
vanhauser-thc
5700b3c750
remove outdated references
2021-08-10 10:02:50 +02:00
vanhauser-thc
8ad6e7c140
fix afl_preload issues on macos
2021-08-02 10:15:13 +02:00
Jesse Hertz
07346cb06d
fix check again clang asan lib to work on mac and linux by removing a character
2021-07-27 23:47:23 -04:00
vanhauser-thc
a09ab99534
help output nits
2021-07-08 19:59:44 +02:00
vanhauser-thc
ac565bfe51
remove unneeded cmdline option
2021-07-08 17:35:05 +02:00
van Hauser
7038e56da3
Select ( #995 )
...
* favor unfuzzed
* fix
* reinit table after a new fuzz
2021-06-27 10:22:18 +02:00
vanhauser-thc
cbac22d82b
reverse read the queue n resumes
2021-06-22 17:24:06 +02:00
vanhauser-thc
ba9323f14c
typo
2021-06-21 11:53:46 +02:00
vanhauser-thc
a7340a1ac6
fix AFL_CAL_FAST
2021-06-10 10:25:37 +02:00
vanhauser-thc
92fcef4520
write target errors to out_dir/error.txt
2021-06-07 09:26:53 +02:00
vanhauser-thc
a5ff9f1beb
remove -D from -M
2021-06-07 09:02:33 +02:00
terrynini
753d5d74ff
remove redundant unsetenv ( #947 )
2021-06-01 12:39:39 +02:00
vanhauser-thc
7665354405
threadsafe doc fixes, code format
2021-06-01 10:13:16 +02:00
vanhauser-thc
0aeb871ac9
fix tmpfile removal
2021-05-26 22:55:21 +02:00
vanhauser-thc
64d9b7dd21
fix for MacOS
2021-05-26 22:42:14 +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
hexcoder
5864430d93
Typo
2021-05-22 15:49:47 +02:00
vanhauser-thc
58e39ecd8f
turn off map size detection if skip_bin_check is set
2021-05-22 12:15:09 +02:00
vanhauser-thc
d14a758f69
lenient dict parsing, no map size enum for binary fuzzing
2021-05-21 23:16:46 +02:00
Dominik Maier
cdae3d3d03
cleaned up AFL_PRINT_FILENAMES env
2021-05-19 22:21:46 +02:00
Andrea Fioraldi
dee64e74a8
fix afl-fuzz.c frida preload
2021-05-19 15:03:45 +02:00
Andrea Fioraldi
d776d40669
merge
2021-05-19 14:50:41 +02:00
WorksButNotTested
e40c0c2da1
FASAN Support ( #918 )
...
* FASAN Support
* Fix handling of Address Sanitizer DSO
* Changes to identification of Address Sanitizer DSO
Co-authored-by: Your Name <you@example.com>
2021-05-17 20:02:45 +02:00
Dominik Maier
3d28925c13
additional safety checks for restarts
2021-05-15 18:23:13 +02:00
vanhauser-thc
72ca9b4684
fix a few cur_time uses
2021-05-11 22:06:37 +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
hexcoder-
6119c2eb5f
remove the input file .cur_input at the end of the fuzzing, if AFL_TMPDIR is used
2021-05-01 14:03:28 +02:00
vanhauser-thc
29dbe665a7
nits
2021-04-29 09:12:21 +02:00
WorksButNotTested
39ad3b8946
Frida persistent ( #880 )
...
* Added x64 support for persistent mode (function call only), in-memory teest cases and complog
* Review changes, fix NeverZero and code to parse the .text section of the main executable. Excluded ranges TBC
* Various minor fixes and finished support for AFL_INST_LIBS
* Review changes
Co-authored-by: Your Name <you@example.com>
2021-04-28 10:25:26 +02:00
vanhauser-thc
b03424073e
fixes
2021-04-16 13:55:31 +02:00
vanhauser-thc
4f93220c4b
cmplog -l3: disable trimming, forcing input2stage for all
2021-04-15 16:50:44 +02:00