650 Commits

Author SHA1 Message Date
vanhauser-thc
d64dd7a952 proper newlines 2021-06-07 22:37:06 +02:00
Dominik Maier
63ee9df54f
Forkserver for afl-analyze (#963)
* afl-analyze forkserver

* added missing vars to forkserver

* synchronized a bit more with afl-tmin

* more debugging, runs now, but need to suppress target output

* fix dev/null setting

* afl-analyze info:

Co-authored-by: hexcoder- <heiko@hexco.de>
2021-06-07 20:49:23 +02:00
vanhauser-thc
c69edc2b3c add changelog 2021-06-07 11:24:09 +02:00
vanhauser-thc
4bf08566ca add changelog entry 2021-06-07 11:24:09 +02:00
vanhauser-thc
a5ff9f1beb remove -D from -M 2021-06-07 09:02:33 +02:00
hexcoder
f3b1c5c382
add Rust 2021-06-04 09:24:30 +02:00
hexcoder
0897377b13
add known frontends for supported compiler infrastructures 2021-06-04 09:21:30 +02:00
vanhauser-thc
70a2077107 move link 2021-06-04 01:03:54 +02:00
vanhauser-thc
a38aafc5d0 fix -F with slash option 2021-06-02 10:50:04 +02:00
vanhauser-thc
bee3902062 add fix info 2021-06-01 18:44:52 +02:00
vanhauser-thc
4096360791 update MacOS Install information 2021-06-01 12:48:10 +02:00
vanhauser-thc
bdc7aa1a94 v3.14a init 2021-06-01 12:39:13 +02:00
vanhauser-thc
f9ca2cf989 v3.13c release 2021-06-01 12:15:14 +02:00
vanhauser-thc
5f6ff95e6a fix docs 2021-06-01 10:53:02 +02:00
vanhauser-thc
17e904eedf fix afl_custom_post_process with multiple custom mutators 2021-06-01 10:40:34 +02:00
hexcoder
5b5dff4584
Wording: "never zero" -> NeverZero 2021-06-01 10:36:18 +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
Dag Heyman Kajevic
de7370c0e9
docs: fix link to README in QuickStartGuide (#946) 2021-05-28 22:17:43 +02:00
vanhauser-thc
8e86f7ad80 add --afl-noopt to afl-cc 2021-05-28 13:35:05 +02:00
vanhauser-thc
a5e551ab91 typos 2021-05-25 23:49:14 +02:00
vanhauser-thc
3b93729213 tweaks 2021-05-25 22:04:25 +02:00
hexcoder
314c0357a7
Typo/wording 2021-05-25 21:59:24 +02:00
hexcoder
ad3dba047f
Typo 2021-05-25 21:52:11 +02:00
hexcoder
654bc7bf32
Typo 2021-05-25 21:29:09 +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
109383f438 less executions on variable paths 2021-05-25 09:08:31 +02:00
vanhauser-thc
07c8024ef1 add libafl to binary-only doc 2021-05-24 14:05:34 +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
9e6e7e8fe8 update binary-only doc 2021-05-22 12:08:26 +02:00
Dominik Maier
bd1ceb42c4 added info about showmap queue directions 2021-05-22 11:43:09 +02:00
vanhauser-thc
5997a4fc09 fix llvm-dict2file 2021-05-21 10:26:35 +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
vanhauser-thc
47e22e8d8d no core dumps 2021-05-17 16:52:52 +02:00
vanhauser-thc
72ca9b4684 fix a few cur_time uses 2021-05-11 22:06:37 +02:00
Dustin Spicuzza
fd077e86bd
OSX-specific improvements (#912)
* Fix afl-cc to work correctly by default on OSX using xcode

- CLANG_ENV_VAR must be set for afl-as to work
- Use clang mode by default if no specific compiler selected

* Add OSX-specific documentation for configuring shared memory
2021-05-11 00:20:28 +02:00
vanhauser-thc
84e55e7a1b arch linux and mac os support for afl-system-config 2021-05-10 10:38:31 +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
Dominik Maier
7317a594fe unicorn fixes 2021-05-06 17:14:53 +02:00
Dominik Maier
6dc82e620b unicorn mips fixes 2021-05-06 12:06:58 +02:00
vanhauser-thc
86452cc959 fix stdin trimming 2021-04-30 23:41:06 +02:00
vanhauser-thc
caf282040f update changelog 2021-04-30 11:09:49 +02:00
vanhauser-thc
c9d066038f fix PCGUARD, build aflpp_driver with fPIC 2021-04-30 10:27:43 +02:00
vanhauser-thc
dde0538b48 nits 2021-04-28 10:59:34 +02:00
Dominik Maier
4d40afe54f fixed example location 2021-04-26 16:12:25 +02:00
Dominik Maier
a3f8fc5d1c moved custom_mutator examples 2021-04-26 16:03:08 +02:00
vanhauser-thc
3b5fa3632b drop support for llvm < 6.0 2021-04-19 11:05:49 +02:00