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 command line parsing of ranges in qemu_launcher #2804

Merged
merged 2 commits into from
Jan 3, 2025

Conversation

WorksButNotTested
Copy link
Collaborator

Seems that clap has changed the way it parses arguments with multiple options. Now rather than...
--include 0x1000-0x2000,0x3000-0x4000
It expects...
--include 0x1000-0x2000 --include 0x3000-0x4000
The code needs to change accordingly.

@domenukk domenukk merged commit da55e70 into AFLplusplus:main Jan 3, 2025
99 of 100 checks passed
@domenukk
Copy link
Member

domenukk commented Jan 3, 2025

Thanks!

@WorksButNotTested WorksButNotTested deleted the ranges branch January 6, 2025 08:14
mzfr pushed a commit to mzfr/LibAFL that referenced this pull request Jan 19, 2025
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.

2 participants