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

fix: weight corpus by timestamp to favor 'hardest-to-discover' inputs #383

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

0xalpharush
Copy link
Member

@0xalpharush 0xalpharush commented Jun 26, 2024

When the fuzzer is restarted, it currently weights all seeds equally despite use the aggregate call count as it does at runtime. The thinking is that an input that took the longest to discover. Using the timestamp of the corpus sort of approximates using the call count at runtime (time and call count both increase as the fuzzer runs). This is how Echidna does it fwiw

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.

1 participant