You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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?
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!
The text was updated successfully, but these errors were encountered: