Back to Programs

Security

AFLplusplus

State of the art fuzzing for better security

fuzzingllvmqemurust

Participation history

6 GSoC years

2025

0 projects

Official year page
This year is recorded for the organization, but project-level links are not present in the source dataset.

2024

2 projects

Official year page

Adapt kAFL / Nyx to LibAFL QEMU

This proposal addresses the project Adapt kAFL / Nyx to LibAFL QEMU presented in the project list. The project's goal is to integrate...

Rewrite AFL++'s afl-fuzz in Rust as a front-end for LibAFL

LibAFL is a framework which pioneered the concept of modular fuzzers, where different parts of the fuzzer, such as the instrumentation, mutators,...

2023

2 projects

Official year page

AFL-style UI: Add AFL-style UI to the TUI monitor

LibAFL, a library written by Rust, helps people develop a fuzzer tailored to specific needs, but due to the lack of the running status information of...

Fuzzer Template Generator: abstracting complexity to produce knowledge.

Libafl is a library written in Rust that provides components to build fuzzers. A newcomer might feel confused when creating a fuzzer because that...

2022

1 project

Official year page

bridge Nyx to LibAFL

Nyx is a full system emulation fuzzing mode that supports snapshots. Users can apply it to both source-code-based instrumentation and binary-only...

2021

2 projects

Official year page

Scheduler for LibAFL

Fuzzing has been a popular vulnerability detection tool, and researchers have developed various techniques to build the "best" fuzzer. It is claimed,...

Hydra - Hybrid Fuzzing with LibAFL

Hybrid fuzzing is a term used to describe techniques in fuzzing which involve concolic execution to drive the fuzzing campaign through...

2020

2 projects

Official year page

Reengineer afl-fuzz as Thread Safe, Embeddable Library

This project idea aims to extend the afl-fuzz project as a multithreaded software using the standard linux threading library pthreads, while keeping...

A Flexible Grammar Mutator

AFL++’s mutation engine is optimized for compact data formats, such as images, multimedia, compressed data. However, the current AFL++ does not...