Package qilin.core.natives
Class JavaLangSystemArraycopyNative
java.lang.Object
qilin.core.ArtificialMethod
qilin.core.natives.NativeMethod
qilin.core.natives.JavaLangSystemArraycopyNative
-
Field Summary
Fields inherited from class qilin.core.ArtificialMethod
bodyBuilder, localStart, method, paraLocals, paraStart, stmtList, thisLocal, view
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
never make a[] = b[], it violates the principle of jimple statement.Methods inherited from class qilin.core.natives.NativeMethod
simulate
Methods inherited from class qilin.core.ArtificialMethod
addAssign, addInvoke, addInvoke, addReturn, getArrayRef, getInvoke, getInvoke, getNew, getNewArray, getNextLocal, getPara, getPara, getStaticFieldRef, getThis
-
Constructor Details
-
JavaLangSystemArraycopyNative
-
-
Method Details
-
simulateImpl
protected void simulateImpl()never make a[] = b[], it violates the principle of jimple statement. make a temporary variable.- Specified by:
simulateImpl
in classNativeMethod
-