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
When I use the tool to test a function which has complex input parameters, such as list, dictionary or etc, the afl fuzz would generate new inputs, but the input data structure would be changed to be different with what I want, so when I run py fuzz, I get crashes that I don't want.
Is this an issue? Or how I should using python afl to test these functions?
The text was updated successfully, but these errors were encountered:
When I use the tool to test a function which has complex input parameters, such as list, dictionary or etc, the afl fuzz would generate new inputs, but the input data structure would be changed to be different with what I want, so when I run py fuzz, I get crashes that I don't want.
Is this an issue? Or how I should using python afl to test these functions?
The text was updated successfully, but these errors were encountered: