-
Notifications
You must be signed in to change notification settings - Fork 63
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
SAW + JVM #815
Comments
I'll have a go at this. The |
Here's a working proof script:
I know it's a bit rubbish because of the element-wise treatment of arrays. Issue #422 (points-to declarations for entire arrays) are at the top of my todo list when I get back to working on crucible_jvm stuff again. |
Thanks @brianhuffman ! |
I've tried and tried but cannot figure out what the non-deprecated version of the proof given below could be. I know that to map the input array alloc to a term I have to do something like this:
I think the problem I'm having is that the only example of the newish java+crucible verification interface is the ecdsa example, and it's huge. If it's not too much trouble, would someone be willing to modernize the sawscript below? I guess it's also possible that crucible proofs of java programs is just not ready yet?
The text was updated successfully, but these errors were encountered: