CPython bytecode instrumentation and forkserver tools for fuzzing pure python and mixed python/c code using AFL
cpytraceafl CPython bytecode instrumentation and forkserver tools for fuzzing python code using AFL The tools in this repository enable coverage-guided fuzzing of pure python and mixed python/c code using American Fuzzy Lop (even better, AFL++) There are three main parts to this: A bytecode rewriter using a technique inspired by inspired by Ned Batchelder's "wicked