/libafl-workshop-blog

Resources accompanying the LibAFL workshop blog post

Primary LanguageRust

Companion materials

This repo holds the companion materials to the workshop/blog here:

atredis.com/blog/2023/12/4/a-libafl-introductory-workshop

Building

Building and using the demos in this repo requires a Linux system with:

  1. cargo with a rust nightly toolchain
  2. AFL++'s compilers
  3. LLVM/clang

See setup.sh for an example setup script.