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

Add function calls success rate to metric information #278

Open
damilolaedwards opened this issue Jan 9, 2024 · 0 comments
Open

Add function calls success rate to metric information #278

damilolaedwards opened this issue Jan 9, 2024 · 0 comments
Labels
low-priority planning This issue is currently in a planning/discussion phase and should not be implemented yet.

Comments

@damilolaedwards
Copy link
Contributor

A good/useful metric to consider adding to medusa would be presenting a comprehensive table showcasing the percentage success rates of functions called by the fuzzer throughout the campaign. Currently, the coverage data collected by Medusa provides information on whether an instruction or line was reached and if there was a revert on that line. However, expanding this coverage data to include details on how many times a function call was successful and how many times it reverted would be nice to have. This additional information would serve as a valuable guide in input value constraints and preconditions. Moreover, it would offer a more accurate reflection of the overall success achieved in the fuzzing campaign.

@anishnaik anishnaik added planning This issue is currently in a planning/discussion phase and should not be implemented yet. low-priority labels Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low-priority planning This issue is currently in a planning/discussion phase and should not be implemented yet.
Projects
None yet
Development

No branches or pull requests

2 participants