Class JavaLangSystemSetOut0Native

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

public class JavaLangSystemSetOut0Native extends NativeMethod
  • Constructor Details

    • JavaLangSystemSetOut0Native

      public JavaLangSystemSetOut0Native(View view, SootMethod method)
  • Method Details

    • simulateImpl

      protected void simulateImpl()
      NOTE: this native method is not documented in JDK API. It should have the side effect: System.out = parameter

      private static native void setOut0(java.io.PrintStream);

      Specified by:
      simulateImpl in class NativeMethod