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
Java bytecode has newarray, anewarray, or multinewarray for dealing with arrays. We are missing in our abstract syntax (and probably in Decompiler) the multinewarray, which is called newmultiarray in Soot. We can see a code sample that uses this in Java (samples/arrays/Arrays.java).
Java bytecode has newarray, anewarray, or multinewarray for dealing with arrays. We are missing in our abstract syntax (and probably in Decompiler) the multinewarray, which is called newmultiarray in Soot. We can see a code sample that uses this in Java (samples/arrays/Arrays.java).
ASM documentation for this
The text was updated successfully, but these errors were encountered: