Skip to main content

Fuzz.

Project description

About

!!! UNDER CONSTRUCTION - DO NOT USE !!!

Use libFuzzer to fuzzy-test Python 3 modules.

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfuzzer-0.1.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page