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

[infra] Improve Fuzz-Introspector support #13098

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renatahodovan
Copy link
Contributor

This patch enhances introspector by adding engine-specific and environment variable arguments. This allows performance measurement not only for libFuzzer but also for other fuzzing engines.

@renatahodovan
Copy link
Contributor Author

I've been experimenting with different fuzzing engines and wanted to compare their results using Fuzz-Introspector. However, I couldn't find a built-in way to do this, even though the implementation supports it—key parameters just aren’t exposed via the CLI. This patch addresses that gap.
What do you think about adding this feature? Additionally, the environment arguments could potentially be split into separate build-time and runtime arguments for further refinement.

This patch enhances introspector by adding engine-specific and
environment variable arguments. This allows performance measurement
not only for libFuzzer but also for other fuzzing engines.
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