Files
php-fuzzing-sapi/README
kazusuke sasezaki ee35851b0e fixed typo
2019-04-09 01:12:23 +02:00

17 lines
594 B
Plaintext

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-fuzzer switch.
You need llvm/clang's libFuzzer to be around.
When running `make` it creates these binaries in `sapi/fuzzer/`:
* php-fuzz-parser - fuzzing language parser
* php-fuzz-unserialize - fuzzing unserialize() function
* php-fuzz-json - fuzzing JSON parser
* php-fuzz-exif - fuzzing exif_read_data() function (use --enable-exif)
* php-fuzz-mbstring - fuzzing mb_ereg[i] (requires --enable-mbstring)