allyourcodebase/AFLplusplus

GitHub: allyourcodebase/AFLplusplus

该项目提供 AFL++ 模糊测试框架的 Zig 构建支持,简化了编译部署流程。

Stars: 12 | Forks: 8

# AFLplusplus [![CI](https://img.shields.io/github/actions/workflow/status/allyourcodebase/AFLplusplus/ci.yaml?branch=main&style=for-the-badge&logo=github&label=CI&labelColor=black)][ci-url] [![LC](https://img.shields.io/github/license/allyourcodebase/AFLplusplus.svg?style=for-the-badge&labelColor=black)][lc-url] ## [AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) 的 Zig 构建 ### :arrow_down: 依赖项 需要一份 LLVM 构建。你可以从你最喜欢的包管理器获取,或者[自行构建](https://github.com/ziglang/zig/wiki/How-to-build-LLVM,-libclang,-and-liblld-from-source)。 ### :rocket: 用法 ``` git clone https://github.com/allyourcodebase/AFLplusplus.git cd AFLplusplus/ zig build ``` ### :100: 使用 AFL++ 轻松进行源码 Fuzzing 如需帮助你 Fuzzing 你的可执行文件,请参阅 [kristoff-it/zig-afl-kit](https://github.com/kristoff-it/zig-afl-kit)。
标签:LLVM, Zig