mirror of
https://github.com/php/php-fuzzing-sapi.git
synced 2026-03-24 01:02:16 +01:00
8c21042711fff042034481c514b023ebac37ac26
Fuzzing SAPI for PHP Installation For installation put this code into a directory sapi/fuzzer inside a PHP source tree, then run `./buildconf` and `./configure` PHP using the --enable-fuzz switch. You need llvm/clang's libFuzzer to be around. When running `make` ithhis creates these binaries in `sapi/fuzzer/`: * php-fuzz-parser - fuzzing language parser * php-fuzz-unserialize - fuzzing unserialize() function * php-fuzz-json - fussing JSON parser * php-fuzz-exif - fuzzing exif_read_data() function (use --enable-exif)
Description
Languages
C
87.7%
M4
8.1%
Makefile
4.2%