Sensitive and Collaborative Fuzzing with AFL
☆27Jul 29, 2019Updated 6 years ago
Alternatives and similar repositories for afl-sensitive
Users that are interested in afl-sensitive are comparing it to the libraries listed below
Sorting:
- Implement CollAFL using LLVM LTO pass on afl++.☆12Sep 24, 2020Updated 5 years ago
- A Coverage-Based fuzzing tools☆23Aug 9, 2021Updated 4 years ago
- MS-Fuzz data☆15Nov 5, 2022Updated 3 years ago
- MemLock: Memory Usage Guided Fuzzing☆32Jun 30, 2020Updated 5 years ago
- Fuzzing with controlled compilation☆31Apr 7, 2023Updated 2 years ago
- Proximal Gradient Analysis open source release based on our USENIX Security 2021 paper: "Fine Grained Dataflow Analysis with Proximal Gra…☆32Apr 29, 2021Updated 4 years ago
- AFL enhanced for concurrency bug and vulnerabilities☆19Sep 18, 2020Updated 5 years ago
- InsTrim: Lightweight Instrumentation for Coverage-guided Fuzzing☆84Jun 21, 2020Updated 5 years ago
- Source code of MEUZZ fuzzer☆46Dec 11, 2021Updated 4 years ago
- SLIME is a novel program-sensitive fuzzer that designs multiple property-aware queues and leverages a customized Upper Confidence Bound V…☆20Feb 23, 2023Updated 3 years ago
- AFLTeam Collaborative Parallel Fuzzing☆75Sep 5, 2022Updated 3 years ago
- FuzzBuilderEx is a system to build seed corpus and fuzzing executables using the test framework automatically.☆13Sep 6, 2022Updated 3 years ago
- EcoFuzz-An adaptive energy-saving greybox fuzzer☆54Apr 30, 2020Updated 5 years ago
- Grey-box fuzzer SIVO☆13Jul 11, 2021Updated 4 years ago
- ☆67Jan 8, 2020Updated 6 years ago
- Ankou: Guiding Grey-box Fuzzing towards Combinatorial Difference (ICSE '20)☆54Sep 21, 2020Updated 5 years ago
- The released code of FuzzGuard in USENIX Security 2020.☆32Feb 28, 2020Updated 6 years ago
- FuzzSplore: Visualizing Feedback-Driven Fuzzing Techniques☆37Feb 6, 2021Updated 5 years ago
- afl/afl++ with a hierarchical seed scheduler☆56Feb 19, 2022Updated 4 years ago
- MOpt-AFL provided by the paper "MOPT: Optimized Mutation Scheduling for Fuzzers"☆216Jan 26, 2021Updated 5 years ago
- ☆30Jan 7, 2021Updated 5 years ago
- The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power…☆65Feb 28, 2022Updated 4 years ago
- Bring libfuzzer to Unicorn☆26Jan 23, 2022Updated 4 years ago
- ☆15Sep 14, 2022Updated 3 years ago
- ☆18Aug 7, 2020Updated 5 years ago
- Qemu Fuzzer.针对Qemu模拟设备的模糊测试工具,主要思路是Host生成种子Data,然后传递给Guest中转程序,由中转程序访问MMIO,以达到和模拟设备的交互,不同于qtest自带的fuzzer.☆46Dec 12, 2021Updated 4 years ago
- ☆68Oct 8, 2021Updated 4 years ago
- Build Docker images for unibench☆16Jan 1, 2021Updated 5 years ago
- A testcase generation tool for Persistent Memory Programs.☆15Jul 19, 2021Updated 4 years ago
- a simple frida-based fuzzer for skylight based on @ret2systems pwn2own work