Fuzz.
Project description
Installation
$ pip install pyfuzzer
Example Usage
Use the default mutator when testing the module hello_world. Cython is used to generate C code from Python code.
Testing with the default mutator is often very inefficient as Python is such a dynamic language. A custom mutator is often needed for efficient testing.
$ cd examples/hello_world $ pyfuzzer hello_world.c ...
Use a custom mutator when testing the module hello_world.
$ cd examples/hello_world $ pyfuzzer -m mutator hello_world.c ...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pyfuzzer-0.1.0.tar.gz (3.4 kB) | File type Source | Python version None | Upload date | Hashes View |