Advanced Fuzzing League's Avatar

Advanced Fuzzing League

@aflplusplus.bsky.social

We want to make fuzzing better and better Follow for updates on AFL++ & LibAFL

434 Followers  |  3 Following  |  10 Posts  |  Joined: 19.11.2024  |  1.5788

Latest posts by aflplusplus.bsky.social on Bluesky

Preview
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.

A fun way to learn how to do custom components for #LibAFL by solving games ๐Ÿฐ๐Ÿฐ๐Ÿฐ

github.com/addisoncrump...

30.06.2025 12:43 โ€” ๐Ÿ‘ 6    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
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...

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/...

30.05.2025 12:07 โ€” ๐Ÿ‘ 10    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Windows Support for LibAFL-LibFuzzer by novafacing ยท Pull Request #3130 ยท AFLplusplus/LibAFL Description Support for Windows with LibAFL-LibFuzzer. This is a draft with a couple issues still persisting. No maps available when running fuzzer Checklist I have run ./scripts/precommit.sh ...

You can now replace libfuzzer with #LibAFL on Windows, thanks to @novafacing.bsky.social
github.com/AFLplusplus/...

20.05.2025 23:37 โ€” ๐Ÿ‘ 8    ๐Ÿ” 6    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
GoLibAFL โ€” Fuzzing Go binaries using LibAFL Nils Ollrogge, Bruno Produit

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...

16.04.2025 12:28 โ€” ๐Ÿ‘ 14    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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

10.04.2025 14:57 โ€” ๐Ÿ‘ 9    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
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...

๐Ÿšจ 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

31.03.2025 16:08 โ€” ๐Ÿ‘ 17    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Librasan by WorksButNotTested ยท Pull Request #3023 ยท AFLplusplus/LibAFL Implementation of ASAN target side components in rust. The implementation sits alongside the existing libqasan (although that could be withdrawn in future if we are happy with it). It is selected ...

This is so cool: The LibAFL_QEMU ASan implementation was ported to rust
github.com/AFLplusplus/...

#LibAFL #QEMU #ASan #Rust

10.03.2025 16:29 โ€” ๐Ÿ‘ 11    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Google Summer of Code Google Summer of Code is a global program focused on bringing more developers into open source software development.

Code with us at this year's Goole Summer of Code!

#GSoC #Fuzzing

summerofcode.withgoogle.com/programs/202...

03.03.2025 14:59 โ€” ๐Ÿ‘ 1    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Preview
Add support for Unicorn engine by henri2h ยท Pull Request #1054 ยท AFLplusplus/LibAFL Add support for unicorn engine for CPU emulation Currently support X86 ARM ARM64 Supersede:ย henri2h#1

github.com/AFLplusplus/... ๐Ÿ‘€

LibAFL ๐Ÿค Unicorn

#LibAFL #๐Ÿค #Unicorn
by @henri2h.bsky.social

15.02.2025 03:18 โ€” ๐Ÿ‘ 12    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Preview
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...

Just released AFL++ v4.31c:
SAND mode, LLVM 20 support, Python 3.13 support, bug fixes, better performance, ...

github.com/AFLplusplus/...

10.02.2025 14:07 โ€” ๐Ÿ‘ 5    ๐Ÿ” 6    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

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.

๐—ง๐—Ÿ;๐——๐—ฅ: ๐—™๐˜‚๐˜‡๐˜‡๐—ฒ๐—ฟ๐˜€ ๐—ฎ๐—ฟ๐—ฒ ๐—ด๐—ฎ๐—บ๐—ฒ๐˜€

30.01.2025 15:42 โ€” ๐Ÿ‘ 9    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
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...

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/...

21.01.2025 01:24 โ€” ๐Ÿ‘ 4    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
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...

We just released AFL++ v4.30c - deprecate afl-gcc/clang, fast resume support, lots of improvements. github.com/AFLplusplus/... #afl #fuzzer #fuzzing

03.12.2024 15:46 โ€” ๐Ÿ‘ 4    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Release 0.14.1 ยท AFLplusplus/LibAFL Highlights LibAFL docs on docs.rs are working again Cmplog regression from 0.14.0 fixed Builds again on latest nightly What's Changed StdMOptMutator::new: remove unused type parameter by @Mrmaxm...

We've released #LibAFL 0.14.1 with some important fixes.

github.com/AFLplusplus/...

03.12.2024 08:15 โ€” ๐Ÿ‘ 12    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

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->

23.11.2024 14:56 โ€” ๐Ÿ‘ 5    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
GitHub - AFLplusplus/LibAFL: Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ... Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ... - AFLplusplus/LibAFL

LibAFL, the most advanced fuzzing library, lives
here:
github.com/AFLplusplus/...

19.11.2024 18:09 โ€” ๐Ÿ‘ 6    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Preview
GitHub - AFLplusplus/AFLplusplus: The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, un... The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!...

Find AFL++, our much-loved, powerful, and simple-to-use fuzzer

here:
github.com/AFLplusplus/...

19.11.2024 18:09 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@aflplusplus is following 3 prominent accounts