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

Advice for edge coverage comparison #95

Open
gabe-sherman opened this issue Oct 17, 2024 · 0 comments
Open

Advice for edge coverage comparison #95

gabe-sherman opened this issue Oct 17, 2024 · 0 comments

Comments

@gabe-sherman
Copy link

Hello, I am interested in comparing the edge coverage of two inputs using Atheris, regardless of the language under test. AFL has a tool called afl-showmap that allows the user to dump the edge coverage of a single input as a bitmap to a file. I would like to achieve similar functionality with Atheris. My hope is that I can hook into the underlying bitmap Atheris represents coverage with and dump it. This would allow me to compare edges covered in both Python and C code. Any advice on how to go about this would be appreciated!

@gabe-sherman gabe-sherman changed the title Advice for edge coverage comparisons Advice for edge coverage comparison Oct 17, 2024
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