Class JavaLangSystemArraycopyNative

java.lang.Object
qilin.core.ArtificialMethod
qilin.core.natives.NativeMethod
qilin.core.natives.JavaLangSystemArraycopyNative

public class JavaLangSystemArraycopyNative extends NativeMethod
  • Constructor Details

    • JavaLangSystemArraycopyNative

      public JavaLangSystemArraycopyNative(View view, SootMethod method)
  • 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 class NativeMethod