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

Convert share_objectives feature into a runtime option #2918

Open
BAGUVIX456 opened this issue Jan 30, 2025 · 1 comment
Open

Convert share_objectives feature into a runtime option #2918

BAGUVIX456 opened this issue Jan 30, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@BAGUVIX456
Copy link
Contributor

Had a quick glance at the codebase and the documentation, and saw no cases where features are handled at runtime within the crate. I don't think we can use libafl_bolts' cli features in this case. Passing the option to share objectives to the required methods as an argument could be one way, but even that doesn't seem to be the most optimal way. RFC

@BAGUVIX456 BAGUVIX456 added the enhancement New feature or request label Jan 30, 2025
@domenukk
Copy link
Member

The user of the library will have to decide how/if they want to expose this somewhere. I mainly care about having this as option in code vs as a feature in Cargo.toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants