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

Added qemu_tmin #1614

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

WorksButNotTested
Copy link
Collaborator

Based on this. Seems to generate multiple outputs for each input though?

@andreafioraldi
Copy link
Member

The qemu part looks legit to me, I don't get the multiple output part, you should find multiple testcases in the corpus as they are generated in each iteration of the tmin stage (cc @addisoncrump ) but pick only the smaller one IIRC

@WorksButNotTested
Copy link
Collaborator Author

Only think I can think is I have glued the components together wrong? The baby_fuzzer_minimizing I was copying seems to construct a state without any feedback here and then an executor without any observers here, but if I try to copy that it doesn't seem to generate any output at all!?

@WorksButNotTested
Copy link
Collaborator Author

I've managed to copy the baby_fuzzer_minimizing more closely, and now it only seems to generate one output for each input. But it doesn't seem to actually minimize anything?! I modified one of the files in the corpus by simply appending 512Kb of zeroes to the end, so I would expect the minimizer to be able to easily reduce the size of that input even if it cannot reduce any of the others?

@domenukk
Copy link
Member

domenukk commented Nov 3, 2023

@addisoncrump can you take a look by any chance? You have the most minimizer experience

@domenukk
Copy link
Member

domenukk commented Jan 1, 2024

@addisoncrump ping

@domenukk domenukk marked this pull request as draft January 1, 2024 17:22
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

Successfully merging this pull request may close these issues.

3 participants