-
Updated
Dec 16, 2021
fuzzing
Here are 692 public repositories matching this topic...
-
Updated
Jan 4, 2022 - Python
-
Updated
Jan 5, 2022 - Shell
-
Updated
Jan 5, 2022 - Python
-
Updated
Dec 22, 2021 - Rust
-
Updated
Jan 5, 2022 - Python
-
Updated
Dec 11, 2021 - Python
-
Updated
Nov 12, 2021
-
Updated
Jan 4, 2022 - Go
-
Updated
Dec 31, 2021 - Python
-
Updated
Sep 27, 2021 - BlitzBasic
-
Updated
Jan 4, 2022 - TypeScript
-
Updated
Dec 13, 2021 - Python
-
Updated
Jan 4, 2022 - 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
Submit transactions as bundles using https://github.com/onbjerg/ethers-flashbots/ and a --flashbots flag.
Here's an example of how I used this in the past:
- https://github.com/gakonst/opensea-rs/blob/master/opensea-cli/src/contracts.rs#L131-L135
- https://github.com/gakonst/opensea-rs/blob/master/opensea-cli/src/contracts.rs#L299-L320
Alternatively we could use the Flashbots RPC: http
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