Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.gn | D | 03-May-2024 | 1.1 KiB | 45 | 40 | |
LICENSE.txt | D | 03-May-2024 | 3.2 KiB | 70 | 56 | |
README.chromium | D | 03-May-2024 | 250 | 10 | 8 |
README.chromium
1Name: libFuzzer 2URL: http://llvm.org/docs/LibFuzzer.html 3License: University of Illinois/NCSA Open Source 4License File: LICENSE.txt 5Security Critical: no 6 7Description: 8Library for in-process coverage-guided fuzz testing (fuzzing) of other 9libraries. 10