Hello all, I am Aarnav, a security engineer. I primarily work on fuzzing. This includes building fuzzers, associated tooling and fuzzing harnesses for targets.

Fuzzers

Here are the fuzzers I've built

Autarkie link

Autarkie is a native grammar fuzzer built in Rust. Using procedural macros, it automatically creates a grammar fuzzer based on any Rust data structure. Autarkie is heavily inspired by nautilus.

libafl-fuzz link

libafl-fuzz is an work-in-progress re-write of AFL++'s afl-fuzz with LibAFL. Sanctioned as a Google Summer of Code project, libafl-fuzz aims for AFL++ compatibility with modern features