tessl install tessl/pypi-atheris@2.3.0A coverage-guided fuzzer for Python and Python extensions based on libFuzzer
Agent Success
Agent success rate when using this tile
91%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.28x
Baseline
Agent success rate without this tile
71%
Generated
Agent Codex
Scenario 1
Registering counters with UpdateCounterArrays()
Scenario 2
FuzzedDataProvider - consuming bytes and strings
Scenario 3
Fuzzer initialization with Setup()
Scenario 4
Manual counter allocation for custom instrumentation
Scenario 5
Instrumenting individual functions with instrument_func()
Scenario 6
Instrumenting imports with instrument_imports()
Scenario 7
Direct C++ level string method hooking
Scenario 8
FuzzedDataProvider - consuming integers
Scenario 9
Custom import loader support
Scenario 10
Data flow tracing with _trace_cmp()