Skip to content

Attempting to get AFL fuzzer working with PHP; not working yet

Notifications You must be signed in to change notification settings

zhuowei/afl-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Experiment for fuzzing PHP using AFL's guided fuzzing mode.

Currently it's just a skeleton Zend extension that logs conditional jumps and function calls.

To build:

cd zend_extension
phpize
./configure
make
./runext.sh tests.php

About

Attempting to get AFL fuzzer working with PHP; not working yet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published