This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
PHP Fuzzing SAPI
License
php/php-fuzzing-sapi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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)
About
PHP Fuzzing SAPI
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published