difuzz-rtl
CPU fuzzer
An approach to fuzz testing CPU designs using differential coverage analysis and random instruction mutation
79 stars
4 watching
18 forks
Language: Verilog
last commit: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
compsec-snu/razzer | Automated tool to find and identify race bugs in kernels through fuzzing | 359 |
sycuricon/morfuzz | A fuzzing framework for detecting functional bugs in RISC-V processors | 25 |
status-im/nim-drchaos | A fuzzing framework for testing C/C++/Obj-C targets by generating random inputs to induce crashes or verify invariants. | 68 |
momalab/icsfuzz | A tool used to test security vulnerabilities in industrial control systems by injecting random data into their application code. | 26 |
fuzzstati0n/fuzzgoat | A deliberately crafted C program to test the efficacy of fuzzers. | 191 |
henshin/filebuster | A fast and flexible web application testing tool that uses brute-force methods to discover vulnerabilities | 213 |
snuspl/fluffy | A fuzzer that tests Ethereum blockchain clients for consensus bugs by simulating multiple transactions from initial program states | 55 |
s3team/squirrel | A tool that generates random inputs to test the robustness of database management systems | 188 |
bhass1/pyfuzz_can | A tool for generating and testing random CAN network inputs to simulate real-world conditions. | 13 |
rust-fuzz/afl.rs | A tool for finding security and stability issues in Rust code by testing it with pseudo-random data. | 1,668 |
google/fuzzbench | Automated testing of software components to identify vulnerabilities and weaknesses | 1,110 |
cifasis/quickfuzz | A tool for testing unexpected inputs of file formats in third-party software by leveraging existing libraries and fuzzers | 199 |
shouc/corbfuzz | Fuzz testing tool to check browser security policies and detect vulnerabilities in web applications | 3 |
tlsfuzzer/tlsfuzzer | Automated protocol testing and fuzzing suite for SSL/TLS implementations | 562 |
withsecureopensource/mqtt_fuzz | A tool to test and identify vulnerabilities in MQTT protocol implementations by sending pre-defined sequences of control packets. | 77 |