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

Is it possible to extend JFS to process string constraints? #37

Open
lingjunz opened this issue Sep 17, 2019 · 1 comment
Open

Is it possible to extend JFS to process string constraints? #37

lingjunz opened this issue Sep 17, 2019 · 1 comment

Comments

@lingjunz
Copy link

JFS is an impressive tool to strengthen solver's capacity with fuzzing. I'm wondering whether it is possible to extend JFS to process string constraints?

What should I do to realize this goal?

Thanks!

@ccadar
Copy link
Collaborator

ccadar commented Oct 3, 2019

Do you mean solving constraints in the theory of strings? If so, you need to map the string operations into C equivalents, e.g., indexOf into strchr. Does this answer your question?

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