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 discussion 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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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 discussion 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?
Beta Was this translation helpful? Give feedback.
All reactions