python-afl
python-afl copied to clipboard
American Fuzzy Lop fork server and instrumentation for pure-Python code
Hi! Thanks for this nice AFL python binding! I needed a few changes so here is my PR. Motivation is we need to fuzz smartcards with AFL with some instrumentation...
``` PS D:\code\pycharm\gym> pip install python-afl Collecting python-afl Downloading python-afl-0.7.3.tar.gz (16 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building...
```console $ python3 setup.py build …/python-afl/setup.py:109: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. cython_version = distutils.version.LooseVersion(cython_version) ⋮ ```
When building with Cython 3.0.0b1, I get a few warnings like this: > afl.pyx:40:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using...