-
Updated
Dec 16, 2021
fuzzing
Here are 689 public repositories matching this topic...
-
Updated
Dec 20, 2021 - Python
-
Updated
Jan 2, 2022 - Shell
-
Updated
Jan 2, 2022 - Python
-
Updated
Dec 22, 2021 - Rust
-
Updated
Dec 23, 2021 - Python
-
Updated
Dec 11, 2021 - Python
-
Updated
Nov 12, 2021
-
Updated
Dec 31, 2021 - Go
-
Updated
Dec 31, 2021 - Python
-
Updated
Sep 27, 2021 - BlitzBasic
-
Updated
Jan 1, 2022 - TypeScript
-
Updated
Dec 13, 2021 - Python
-
Updated
Dec 31, 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
Currently the pattern argument is by default an all matching regex
this gets passed down to the test runners who use it filter test by names, this could be made an option instead.
perhaps the testrunner could instead accept something like impl Into<Filter>
struct FImprove 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