Advanced Fuzzing League
banner
aflplusplus.bsky.social
Advanced Fuzzing League
@aflplusplus.bsky.social
440 followers 3 following 10 posts
We want to make fuzzing better and better Follow for updates on AFL++ & LibAFL
Posts Media Videos Starter Packs
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
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
🚨 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
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.

𝗧𝗟;𝗗𝗥: 𝗙𝘂𝘇𝘇𝗲𝗿𝘀 𝗮𝗿𝗲 𝗴𝗮𝗺𝗲𝘀
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
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->