MorFuzz
Processor fuzzer
A fuzzing framework for detecting functional bugs in RISC-V processors
Artifact evaluation of paper: MorFuzz: Fuzzing Processor via Runtime Instruction Morphing enhanced Synchronizable Co-simulation
25 stars
0 watching
1 forks
Language: Verilog
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
compsec-snu/difuzz-rtl | An approach to fuzz testing CPU designs using differential coverage analysis and random instruction mutation | 79 |
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 |
battelle/sandsifter | Automates the discovery of hidden instructions and bugs in x86 processors | 490 |
sefcom/witcher | A framework for fuzzing web applications to detect vulnerabilities like command and SQL injection | 78 |
jtpereyda/boofuzz | A tool for generating and testing network protocol inputs to identify vulnerabilities | 2,057 |
bhass1/pyfuzz_can | A tool for generating and testing random CAN network inputs to simulate real-world conditions. | 13 |
forallsecure/graphfuzz | A framework for building fuzzing tools to test C++ libraries' APIs by constructing and executing dataflow graphs of function calls and object dependencies. | 9 |
compsec-snu/razzer | Automated tool to find and identify race bugs in kernels through fuzzing | 359 |
googleprojectzero/fuzzilli | Automates the process of finding bugs in JavaScript engines by generating random code and testing it for errors | 1,896 |
google/fuzzbench | Automated testing of software components to identify vulnerabilities and weaknesses | 1,110 |
fuzzing/mffa | Automatically testing Android media software components for vulnerabilities by feeding malformed media files to them. | 332 |
shouc/corbfuzz | Fuzz testing tool to check browser security policies and detect vulnerabilities in web applications | 3 |
planetis-m/libfuzzer | Fuzzing tool for finding bugs and security issues in software | 43 |
ameenmaali/qsfuzz | A tool to help identify vulnerabilities in web applications by fuzzing query strings with custom rules. | 297 |