Merge pull request #82 from joshmgrant/patch-1

Added cifuzz
master
Mohammed A Imran 2023-07-04 15:23:42 +08:00 committed by GitHub
commit 2b11be8998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -375,11 +375,12 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio
[Jazzer](https://github.com/CodeIntelligenceTesting/jazzer) - A coverage-guided, in-process fuzzer for the Java Virtual Machine based on libFuzzer.
[cifuzz](https://github.com/CodeIntelligenceTesting/cifuzz) - A command line tool for executing coverage-guided fuzz tests in multiple languages and targets.
[WebGL Fuzzer](https://github.com/ant4g0nist/webgl-fuzzer) - WebGL Fuzzer
[fast-check](https://fast-check.dev/) - A fuzzer tool written in TypeScript and designed to run un-expected inputs against JavaScript code.
### Taint Analysis
*How user input affects the execution*