Commit Graph

336 Commits

Author SHA1 Message Date
61b6f4ed9e 4.08a init 2023-06-12 09:16:15 +02:00
bf2727b763 v4.07c release 2023-06-12 08:28:47 +02:00
c9dfc279c7 doc: fix logo link in README.md 2023-05-30 14:47:34 +01:00
c4b1566ba3 push to stable (#1734)
* afl++ -> AFL++

* update readme

* more debug

* slightly different weighting algo (#1719)

* better seed selection

* slightly different weighting calculation

* remove unnecessary memset

* Add "Hangs saved" to afl-whatsup (#1717)

The hangs could show long or infinite loops. This is important.

Co-authored-by: van Hauser <vh@thc.org>

* nits

* afl-showmap: Start a only a single fork server (#1718)

A forkserver is started by afl_fsrv_get_mapsize() when dynamically
finding the map size.  When an input directory option is specified a
second fork server was also started.  This commit re-arranges the inits
for several forkserver struct members so that we can re-use the server
started by the get_mapsize() call when not in coresight/qemu/unicorn
modes and just start the server otherwise.

* Source Code Coverage support for Nyx (Part 1) (#1720)

* Additional source code reformatting in afl-compiler-rt

* Add source code coverage support to afl-compiler-rt (for use with Nyx)

* doc, code format

* llvm 17 changes

* more llvm 17

* add frida mode tutorial

* fix effector map

* docs

* Should memset EFF_ALEN(len) of eff_map (#1722)

* fix reallocs

* fix afl-system-config for macos

* afl-fuzz.c: Document -i - in --help (#1725)

afl-fuzz.c: Document `-i -` in `--help`, to write that `-i` can be passed '-' to resume the prior fuzzing job. Also reference AFL_AUTORESUME so users know they can set that parameter to sidestep the issue entirely.

* tritondse custom mutator attempt

* tritondse fixes

* update libnyx (#1727)

* GNUmakefile: Update LLVM instructions (#1728)

Update LLVM instructions, because versions higher than 14 are supported and to be explicit that LLD is also required

* disable macos in the ci, works fine for me

* fix makefile

* better tritondse support

* next steps for tritondse

* qemuafl: Persistent mode for PPC32 targets

* update qemu_mode

* afl-clang-lto incomptable with -flto=thin

* add @responsefile support for afl-cc

---------

Co-authored-by: fxlb <devel.fx.lebail@orange.fr>
Co-authored-by: Nick Potenski <nick.potenski@garmin.com>
Co-authored-by: Christian Holler (:decoder) <choller@mozilla.com>
Co-authored-by: lazymio <mio@lazym.io>
Co-authored-by: Moshe Kaplan <me@moshekaplan.com>
Co-authored-by: Sergej Schumilo <sergej@schumilo.de>
Co-authored-by: Dominik Maier <domenukk@gmail.com>
2023-05-15 10:51:37 +02:00
7f734c96d1 v4.06c release 2023-04-17 10:25:10 +02:00
d3cdeabf92 Add myself to contributors :) 2023-02-09 22:04:18 +00:00
885a6fc106 4.05c release 2023-01-05 12:43:53 +01:00
182013a26f 4.05a init fix 2022-10-11 15:44:26 +02:00
bac6ba8907 v4.04c 2022-10-11 15:39:27 +02:00
38ab1eda6e 4.03c 2022-09-19 12:15:10 +02:00
79a69b14ef 4.03a 2022-08-08 15:30:48 +02:00
1f06b55a8b 4.02c 2022-08-08 15:26:56 +02:00
88077d4136 prepare release 2022-06-27 08:44:35 +02:00
48c2d51689 nits 2022-06-27 08:31:03 +02:00
85b1ce00a8 fully qualified names 2022-06-18 08:35:25 -04:00
b0e58baca2 add stable tag to docs 2022-06-18 08:21:25 -04:00
dc3e2e8200 update docs 2022-06-18 09:06:27 +02:00
d297738255 nits 2022-03-07 09:37:19 +01:00
60e126c615 mention arm64 docker image 2022-01-31 09:24:04 +01:00
f75535807a 4.01a init 2022-01-26 11:11:42 +01:00
b0758ac8db 4.00c readiness 2022-01-26 09:55:12 +01:00
77c06408c3 resized logo 2022-01-26 09:26:03 +01:00
6bf52c1434 svg logo 2022-01-26 09:24:37 +01:00
3609912f41 new logo 2022-01-22 10:31:50 +01:00
ecf8db0014 Fix punctuation 2022-01-20 21:26:13 +01:00
492418ebd6 Fix punctuation and line length 2022-01-20 20:22:00 +01:00
20177151e6 add email 2022-01-14 15:56:51 +01:00
f42c0047c8 nits 2022-01-14 15:01:14 +01:00
7884e0f449 Fix two typos. 2022-01-11 15:06:14 +01:00
d2715336a5 link docs/README.md 2022-01-11 12:03:21 +01:00
41b07983f1 add feature list 2022-01-11 11:59:12 +01:00
a010d356de wording 2022-01-03 10:02:27 +01:00
54eca027a5 doc review 2021-12-26 03:54:29 +01:00
415be06c54 Add links to orphaned files 2021-12-04 21:29:15 +01:00
bcd81c377d Fix line length and formatting 2021-12-04 20:38:00 +01:00
13eedcd5e8 Fix punctuation in connection with "etc." 2021-12-04 19:42:47 +01:00
b7395fa467 Change "AFL" to "AFL++" 2021-12-02 19:52:10 +01:00
0ae9b0dff4 Remove the word "please" 2021-12-02 17:01:45 +01:00
70236b854f Remove step 5 (interpret output) of quick start 2021-11-29 18:57:13 +01:00
f11cf068dc Merge "common_sense_risks.md" into "fuzzing_in_depth.md" 2021-11-24 10:52:29 +01:00
c31f4646cb Clean up docs folder 2021-11-21 21:11:52 +01:00
492dbe9fb2 Clean up docs folder 2021-11-21 18:00:01 +01:00
5ec859cece Clean up docs folder 2021-11-20 15:48:49 +01:00
65c94d914d Change line length to max. 80 characters 2021-10-17 20:29:24 +02:00
79d87f8544 Merge branch 'dev' into docs_edit_readme_fix_links 2021-10-10 16:32:43 +02:00
f6fbbf8150 Fix document paths. 2021-10-10 21:03:43 +08:00
46683d6516 update docs 2021-10-04 08:19:42 +02:00
82ef4a90b0 Fix links 2021-09-10 21:37:55 +02:00
bd4ecd83b1 Update README.md 2021-09-10 15:35:29 +02:00
c206fb319b Edit README.md and related content 2021-09-03 17:08:54 +02:00