#
afl-fuzz
Here are 63 public repositories matching this topic...
Open
Minimizers
domenukk
commented
Jul 12, 2021
We currently don't have anything like tmin
and cmin
.
Corpus minimization should be straight forward to implement using an observer and a custom run function.
Tmin will need some additional work.
afl-unicorn lets you fuzz any piece of binary that can be emulated by Unicorn Engine.
-
Updated
Aug 21, 2020 - C
Produce code coverage results with gcov from afl-fuzz test cases
-
Updated
Jul 30, 2021 - Python
Seeding fuzzers with symbolic execution
-
Updated
Oct 20, 2017 - Python
AFL++ as a library: gives you all the tools necessary to craft the best fuzzer for your targets with ease!
-
Updated
Apr 30, 2021 - C
A grammar-based custom mutator for AFL++
-
Updated
Jul 24, 2021 - Python
Template Scripting Testing Language tool: automated test generation for Python
python
testing
test-automation
property-based-testing
fuzzing
testing-tools
afl
afl-fuzz
test-generation
fault-localization
delta-debugging
tstl
random-testing
swarm-testing
test-reduction
fuzzers
property-based
-
Updated
Apr 16, 2021 - Python
Patches to afl to fix bugs or add enhancements
-
Updated
Sep 10, 2019
Variation of american fuzzy lop for testing compilers for C-like languages, revised by Alex Groce & collaborators to fuzz tools processing source code in C-like languages
-
Updated
Mar 15, 2021 - C
Superion is a fuzzer which extends the famous AFL to support structured inputs such as JavaScript and XML.
-
Updated
Dec 22, 2019 - C++
A tool to manage, conduct, and assess dictionary-based fuzz testing
-
Updated
Oct 19, 2017 - Python
American Fuzzy Lop + Dyninst == AFL Fuzzing blackbox binaries
-
Updated
May 21, 2021 - C++
run AFL with pintool
-
Updated
Feb 24, 2020 - C++
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, X86) adapted to afl++
-
Updated
Jul 30, 2021 - C
A monitoring script for AFL
-
Updated
Feb 8, 2017 - Python
AFL binary instrumentation
-
Updated
Jun 3, 2021 - C++
run AFL with dynamorio
-
Updated
Aug 24, 2020 - C++
AFL fuzzing coverage CFG visualization
-
Updated
Jan 19, 2018 - Python
Fuzzing with the generated argument
-
Updated
Jul 31, 2021 - C
Improve this page
Add a description, image, and links to the afl-fuzz topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the afl-fuzz topic, visit your repo's landing page and select "manage topics."
Hi, I also have a question regarding the custom post processor.
In the example https://github.com/AFLplusplus/AFLplusplus/blob/stable/custom_mutators/examples/post_library_gif.so.c#L48 it is mentioned that if the post process function returns 0 the input is not sent to the target program and fuzzing is continued. When I tried to do that same the fuzzer throws the error: `Custom_post_process fa