Class ASMifierFileV

java.lang.Object
com.googlecode.d2j.visitors.DexFileVisitor
com.googlecode.d2j.util.ASMifierFileV

public class ASMifierFileV extends com.googlecode.d2j.visitors.DexFileVisitor
similar with org.objectweb.asm.util.ASMifierClassVisitor
  • Constructor Details

    • ASMifierFileV

      public ASMifierFileV(Path dir, String pkgName)
  • Method Details

    • doData

      public static void doData(byte[] data, Path destdir)
    • doFile

      public static void doFile(Path srcDex) throws IOException
      Throws:
      IOException
    • doFile

      public static void doFile(Path srcDex, Path dest) throws IOException
      Throws:
      IOException
    • main

      public static void main(String... args) throws IOException
      Throws:
      IOException
    • visit

      public com.googlecode.d2j.visitors.DexClassVisitor visit(int accessFlags, String className, String superClass, String[] interfaceNames)
      Overrides:
      visit in class com.googlecode.d2j.visitors.DexFileVisitor
    • visitEnd

      public void visitEnd()
      Overrides:
      visitEnd in class com.googlecode.d2j.visitors.DexFileVisitor