Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sulley fuzz the default integer value #58

Open
Olivier07 opened this issue Sep 25, 2013 · 0 comments
Open

Sulley fuzz the default integer value #58

Olivier07 opened this issue Sep 25, 2013 · 0 comments

Comments

@Olivier07
Copy link

Hello,

I'm using Sulley for a particular project, and after fuzz all my data I had some duplicates.
I discovered that Sulley fuzz even his own default value for the integers.

For exemple s_int(2); generate in his fuzzed values the number 2.
I don't know if it's wanted or if it is a "bug". I solved it by adding 3 lines of codes in primitives.py but I think the better option will be to add an option to select if the default value have to be in the fuzzed values or not.

Let me know if you want my modifications and if it's normal behavior of Sulley.
Thank you,

Olivier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant