Advertisement · 728 × 90

Posts by Advanced Fuzzing League

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

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

5 months ago 12 4 0 0
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...

9 months ago 7 4 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/...

10 months ago 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/...

11 months ago 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...

1 year ago 15 4 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

1 year ago 10 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

1 year ago 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

1 year ago 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...

1 year ago 1 2 0 1
Advertisement
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

1 year ago 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/...

1 year ago 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.

𝗧𝗟;𝗗𝗥: 𝗙𝘂𝘇𝘇𝗲𝗿𝘀 𝗮𝗿𝗲 𝗴𝗮𝗺𝗲𝘀

1 year ago 10 3 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/...

1 year ago 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

1 year ago 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/...

1 year ago 12 5 0 0

C Harness to #LibAFL

github.com/v-p-b/libfuzzer_kfx/blob...

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


Original->

1 year ago 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/...

1 year ago 6 2 0 1
Advertisement
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 &amp; 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/...

1 year ago 2 1 0 0