Advanced Fuzzing League
banner
aflplusplus.bsky.social
Advanced Fuzzing League
@aflplusplus.bsky.social
We want to make fuzzing better and better

Follow for updates on AFL++ & LibAFL
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
Reposted by Advanced Fuzzing League
A fun way to learn how to do custom components for #LibAFL by solving games 🐰🐰🐰

github.com/addisoncrump...
GitHub - addisoncrump/parking-game-fuzzer: Learn to LibAFL with parking-game puzzles.
Learn to LibAFL with parking-game puzzles. Contribute to addisoncrump/parking-game-fuzzer development by creating an account on GitHub.
github.com
June 30, 2025 at 12:43 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
Reposted by Advanced Fuzzing League
Using #LibAFL to fuzz @golang.org binaries with a proper modern fuzzer 📈📈

Super cool stuff by @srlabs.bsky.social

www.srlabs.de/blog-post/go...
GoLibAFL — Fuzzing Go binaries using LibAFL
Nils Ollrogge, Bruno Produit
www.srlabs.de
April 16, 2025 at 12:28 PM
Reposted by Advanced Fuzzing League
more exciting stuff coming to libAFL @aflplusplus.bsky.social , including a binary-only ASan implementation in Rust for QEMU and integration with the unicorn emulator!

reminds me of how @dmnk.bsky.social and I got the unicornafl rust bindings up and running to fuzz some basebands 5 years ago
April 10, 2025 at 2:57 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
Reposted by Advanced Fuzzing League
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
Reposted by Advanced Fuzzing League
After playing around with @bevyengine.org engine - looks like its concepts are super similar to what we have in #LibAFL @aflplusplus.bsky.social (its 'ECS' == our AnyMap)

This makes sense, we took inspiration from game engines initially, but it's still interesting to see.

𝗧𝗟;𝗗𝗥: 𝗙𝘂𝘇𝘇𝗲𝗿𝘀 𝗮𝗿𝗲 𝗴𝗮𝗺𝗲𝘀
January 30, 2025 at 3:42 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
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
Reposted by Advanced Fuzzing League
C Harness to #LibAFL

https://github.com/v-p-b/libfuzzer_kfx/blob/main/C2LIBAFL.md

I nice part of making an archive of my Twitter posts is that I realize I wrote stuff like this o.O #fuzzing


Original->
November 23, 2024 at 2:56 PM