Skip to content

allyourcodebase/AFLplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AFLplusplus

CI LC

Zig build for AFLplusplus.

⬇️ Dependencies

Requires a build of LLVM. You can either get one from your favorite package manager, or build it yourself.

🚀 Usage

git clone https://github.com/allyourcodebase/AFLplusplus.git
cd AFLplusplus/
zig build

💯 Easy Source Fuzzing with AFL++

For help fuzzing your executables, see kristoff-it/zig-afl-kit.