GraphFuzz
Fuzzer framework
A framework for building fuzzing tools to test C++ libraries' APIs by constructing and executing dataflow graphs of function calls and object dependencies.
GraphFuzz is an experimental framework for building structure-aware, library API fuzzers.
9 stars
0 watching
2 forks
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A framework for building custom fuzzers using Rust, allowing developers to extend and customize their fuzzing capabilities. | 2,059 |
| A fuzzing framework for testing C/C++/Obj-C targets by generating random inputs to induce crashes or verify invariants. | 68 |
| Automated testing of software components to identify vulnerabilities and weaknesses | 1,110 |
| A set of tests designed to challenge and identify bugs in fuzzing engines used by software developers. | 1,437 |
| A fuzzing framework for detecting functional bugs in RISC-V processors | 25 |
| Automates the process of finding bugs in JavaScript engines by generating random code and testing it for errors | 1,896 |
| A tool for generating and testing network protocol inputs to identify vulnerabilities | 2,057 |
| A tool to help identify vulnerabilities in web applications by fuzzing query strings with custom rules. | 297 |
| A tool that uses fuzz testing to identify bugs in software by randomly generating input data | 1,412 |
| A framework for fuzzing web applications to detect vulnerabilities like command and SQL injection | 78 |
| A tool used to test security vulnerabilities in industrial control systems by injecting random data into their application code. | 26 |
| A fast and flexible web application testing tool that uses brute-force methods to discover vulnerabilities | 213 |
| A tool designed to test the security of large language models by simulating various inputs and observing their responses. | 238 |
| Automates fuzz testing of web browsers and manages crashes to help identify security vulnerabilities | 416 |
| A tool for generating and testing random CAN network inputs to simulate real-world conditions. | 13 |