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

Support System.arrayCopy #6

Open
atomb opened this issue Oct 14, 2015 · 1 comment
Open

Support System.arrayCopy #6

atomb opened this issue Oct 14, 2015 · 1 comment
Assignees

Comments

@atomb
Copy link
Contributor

atomb commented Oct 14, 2015

The native System.arrayCopy method in Java isn't currently supported by JSS, and as a native method can't be symbolically executed. We should add an override for it.

@atomb
Copy link
Contributor Author

atomb commented Oct 14, 2015

Turns out it's already supported, but only if the com.galois.core.NativeImplementations class is available. We should figure out the best way to make that easily available from SAW. At the moment, it should work if you specify a location for that class on the SAW command line, but that gets tedious.

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