Class JavaLangSystemSetErr0Native

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

public class JavaLangSystemSetErr0Native extends NativeMethod
  • Constructor Details

    • JavaLangSystemSetErr0Native

      public JavaLangSystemSetErr0Native(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.err = parameter

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

      Specified by:
      simulateImpl in class NativeMethod