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

Question: How to use options like use_value_profile in Junit #877

Open
vcth4nh opened this issue Oct 19, 2023 · 5 comments
Open

Question: How to use options like use_value_profile in Junit #877

vcth4nh opened this issue Oct 19, 2023 · 5 comments

Comments

@vcth4nh
Copy link

vcth4nh commented Oct 19, 2023

Like the title, how can I use options like use_value_profile, keep_going,... when fuzzing with Junit?
I added jazzer.use_value_profile=1 to the junit-platform.properties but it not work.
The doc said

the jazzer.some_opt JUnit configuration parameter

but I'm not sure what that mean.
Can you provide an example?
Thanks a lot

@bertschneider
Copy link
Contributor

You can specify Jazzer parameters in junit-platform.properties, but -use_value_profile=1 is libFuzzer internal and not configurable that way.

As value profile is a common requirement we added dedicated JUnit handling for it. You can find an example test at

@ghost
Copy link

ghost commented Feb 26, 2024

@vcth4nh - Thanks for your question! I hoped @bertschneider helped you. Are you still using Jazzer?
You may have seen there haven't been any updates for a while....We stopped maintaining Jazzer/Jazzer.js as open source.
But we'd be happy to understand what you're trying to achieve with it, and help you if we can!
Ping me if interested?
david[dot]merian [at] code-intelligence[dot]com

@vcth4nh
Copy link
Author

vcth4nh commented Mar 17, 2024

Thanks for getting back to me.
Just letting you know, I no longer use Jazzer anymore.
You can go ahead and close this issue. Thanks!

@ghost
Copy link

ghost commented Mar 18, 2024 via email

@vcth4nh
Copy link
Author

vcth4nh commented Mar 18, 2024

Hi,
I just want to try some fuzz programs to see how it work, that's all.

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

2 participants