mirror of
https://github.com/php/php-fuzzing-sapi.git
synced 2026-03-24 01:02:16 +01:00
1fec0cd083c60bf9422acaca6cb564ce2f66fe6b
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 thee binaries in `sapi/fuzzer/`: * php-fuzz-parser * php-fuzz-unserialize * php-fuzz-json Which will use fuzzing on the language parser, the unserialize parser and the json parser.
Description
Languages
C
87.7%
M4
8.1%
Makefile
4.2%