You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently fusil generates random function and method calls, also calling them from threads, as a way to fuzz Python.
Some ideas to improve on that include adding async execution, object mangling and exercising the JIT.
This issue aims to gather more ways of adding options to fuzzing Python, so that more issues can be found. What do you think would be a good fuzzing vector to be added?
The text was updated successfully, but these errors were encountered:
Currently fusil generates random function and method calls, also calling them from threads, as a way to fuzz Python.
Some ideas to improve on that include adding async execution, object mangling and exercising the JIT.
This issue aims to gather more ways of adding options to fuzzing Python, so that more issues can be found. What do you think would be a good fuzzing vector to be added?
The text was updated successfully, but these errors were encountered: