-
Updated
Dec 16, 2021
fuzzing
Here are 684 public repositories matching this topic...
-
Updated
Dec 13, 2021 - Python
-
Updated
Dec 19, 2021 - Shell
-
Updated
Dec 19, 2021 - Python
-
Updated
Nov 9, 2021 - Rust
-
Updated
Dec 18, 2021 - Python
-
Updated
Dec 11, 2021 - Python
-
Updated
Nov 12, 2021
-
Updated
Dec 18, 2021 - Go
-
Updated
Dec 4, 2021 - Python
-
Updated
Sep 27, 2021 - BlitzBasic
-
Updated
Dec 17, 2021 - TypeScript
-
Updated
Dec 13, 2021 - Python
-
Updated
Dec 19, 2021 - Shell
-
Updated
Oct 14, 2021 - JavaScript
Hello everyone,
I think that the boofuzz documentation is good, but somehow not very useful for beginners.
In my opinion, the quickstart section is too short, leaving new users without any guidance on how to use this framework.
So I would suggest adding a whole section with detailed examples, covering at least the current examples,
-
Updated
Dec 3, 2021 - HTML
I wonder if it was considered to add a rewrite step as a MSBuild target in the NuGet package. This way calling the tool coyote rewrite wouldn't be needed as that would be done automatically once the assembly is generated.
Could possibly be done if a specific property is provided like /p:CoyoteRewrite=true or be an opt-out when Configuration=Debug.
-
Updated
Sep 12, 2021 - Python
-
Updated
Dec 14, 2021 - Shell
-
Updated
Mar 6, 2021 - Python
Improve this page
Add a description, image, and links to the fuzzing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fuzzing 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