#AFLplusplus
LibAFL 0.15.4 has just been released 🎉

Of the 30 Contributers for this release, almost half are new faces <3

github.com/AFLplusplus/...

#Fuzzing #LibAFL #AFLplusplus
Release 0.15.4 · AFLplusplus/LibAFL
Highlights DumpTargetBytesToDiskStage can to dump complex inputs to disk as bytes CmpLog implementation is now consistent with AFL++ to share targets back and forth Updated and fixed ForkserverByt...
github.com
November 12, 2025 at 3:31 PM
🚨 LibAFL 0.15.2 🚨
- Rust 2024 edition
- LibAFL_Unicorn
- Use LibAFL rand types for other crates
- Allow logging to StatsD
- LibAFL_QEMU updates like binary-only ASan in Rust 🦀🦀🦀, inputs via StdIn, better snapshots

And so much more:

github.com/AFLplusplus/...

#LibAFL #Fuzzing #AFLplusplus
Release 0.15.2 · AFLplusplus/LibAFL
What's Changed Add statistics. Move client stats from Monitor to EventManager by @Evian-Zhang in #2940 Update MIGRATION by @Evian-Zhang in #2947 Move to just by @tokatoka in #2924 Small improveme...
github.com
March 31, 2025 at 4:08 PM
github.com/0xricksanche... just got more rusty, stable, (hopefully) easier to maintain and contribute to. Also, we have a bunch of new features like deterministic generation and fuzzing modes :)!
GitHub - 0xricksanchez/AFL_Runner: Scaling best-practice AFLPlusPlus fuzzing campaigns made easy
Scaling best-practice AFLPlusPlus fuzzing campaigns made easy - 0xricksanchez/AFL_Runner
github.com
November 21, 2024 at 10:48 AM
We've released #LibAFL 0.14 with an afl-fuzz rewrite in LibAFL, better QEMU, FRIDA scripting, intel_pt tracing support and more!
Check it out:
github.com/AFLplusplus/...
Release 0.14.0 · AFLplusplus/LibAFL
Highlights libafl-fuzz (afl-fuzz clone in LibAFL) almost fully-featured (GSoC of @R9295) libafl-pt New crate to use IntelPt for coverage tracing (GSoC of @Marcondiro) LibAFL_FRIDA: Added scripting...
github.com
November 14, 2024 at 5:11 PM
I hear some people are delighted about our special 🍍🍕 mode today in #AFLPlusPlus and #LibAFL

This makes #fuzzing so much more tasty

github.com/AFLplusplus/...

github.com/AFLplusplus/...
Add missing mode to LibAFL by domenukk · Pull Request #3708 · AFLplusplus/LibAFL
Description This adds support of a missing mode available in AFL++, see AFLplusplus/AFLplusplus#1374 for details.
github.com
April 1, 2026 at 11:15 AM
Just released AFL++ v4.31c:
SAND mode, LLVM 20 support, Python 3.13 support, bug fixes, better performance, ...

github.com/AFLplusplus/...
Release v4.31c · AFLplusplus/AFLplusplus
Version ++4.31c (release) SAND mode added (docs/SAND.md) for more effecient fuzzing with sanitizers (thanks to @wtdcode !) afl-fuzz: splicing phase is now DISABLED by default because research sho...
github.com
February 10, 2025 at 2:07 PM
Guess who just released #LibAFL 0.15.3?
That's right, you all did! (thank you☺️)

Highlights:
- better forkserver
- scriptable Lua mutations
- SIMD performance in stable rust
- CmpLog and RISC-V for LibAFL_Unicorn
- TMin for LibAFL_QEMU
- Updated Sugar for easy fuzzing

github.com/AFLplusplus/...
Release 0.15.3 · AFLplusplus/LibAFL
Highlights New AFL++ Forkserver support in libafl_targets, new forkserver features Introduced LuaMutator, scriptable mutators SIMD performance enhancements for MapFeedback in stable rust (was nigh...
github.com
May 30, 2025 at 12:07 PM
We just released AFL++ v4.30c - deprecate afl-gcc/clang, fast resume support, lots of improvements. github.com/AFLplusplus/... #afl #fuzzer #fuzzing
Release v4.30c · AFLplusplus/AFLplusplus
Version ++4.30c (release) ! afl-gcc and afl-clang funcionality is now removed ! afl-fuzz: fastresume feature added. if you abort fuzzing and resume fuzzing with -i - or AFL_AUTORESUME=1 and the t...
github.com
December 3, 2024 at 3:46 PM
Oh look, new version of #LibAFL !!
With 0.16.0 we moved non-fuzzer parts into own crates.

Crates for pinning cores, rngs, collecing BSODs, and generally helpful rust stuff.

Have fun using them for other projects <3

A lot of actual #fuzzer improvements, too, read more at
github.com/AFLplusplus/...
Release 0.16.0 · AFLplusplus/LibAFL
Highlights Split up underlying functionality into multiple reusable crates! build_id2 core_affinity2 exceptional fast_rands ll_mp minibsod no_std_time nonzero_macros ownedref serde_anymap shmem_p...
github.com
August 11, 2026 at 2:19 AM
Crashing calculators and CAD editors? GUIFuzz++ is finally here to help make them better! 🔥

Come see my undergraduate student @trowlett0.bsky.social's very first paper "GUIFuzz++" at @aseconf.bsky.social this Wednesday.

Also now integrated in @aflplusplus.bsky.social! 😃
github.com/AFLplusplus/...
November 17, 2025 at 9:02 PM
We've just released #LibAFL 0.15.0 - A big step toward 1.0 stable!

Featuring

- Mutators for Numeric Types
- Bloomfilter-based deduplication for to-be-executed inputs
- Nyx hypercall API support for LibAFL QEMU and new utilities for binary-only fuzzing
- ...
github.com/AFLplusplus/...
Release 0.15.0 · AFLplusplus/LibAFL
Highlights Big steps towards 1.0 stable: cleaned up a generics, associated types and constraints Mutators for Numeric Types Bloomfilter-based deduplication for to-be-executed inputs Bloomfilter-ba...
github.com
January 21, 2025 at 1:24 AM
AFLplusplus v5.03c — The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power... https://kitploit.com/tools/github/aflplusplus/aflplusplus?utm_source=bluesky&utm_medium=social&utm_campaign=kitploit&utm_content=356638
September 7, 2026 at 7:48 PM
I just released my new protobuf fuzzing library for AFL++! I've wanted a solid solution that I can quickly plug into fuzzing projects for years now, and I finally decided to write one. You can check it out here: github.com/mzakocs/AFLp...
GitHub - mzakocs/AFLplusplus_ultimate_protobuf_mutator: The ultimate protobuf mutator for AFLplusplus
The ultimate protobuf mutator for AFLplusplus. Contribute to mzakocs/AFLplusplus_ultimate_protobuf_mutator development by creating an account on GitHub.
github.com
February 7, 2025 at 6:15 AM
In a new video, Nicolò @rationalpsyche.bsky.social walks through how to fuzz with AFL++, how to pick targets, avoid common pitfalls, and boost effectiveness. Find performance tips, fuzzing theory, and AFL++ internals.

Watch here: youtu.be/L5Tin7m5sbE?...

#security #fuzzing #AFLplusplus #appsec
Fuzzing and AFL++
YouTube video by Compass Security
youtu.be
December 16, 2025 at 8:39 AM