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
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: