Package

org.argus.amandroid.core

dedex

Permalink

package dedex

Visibility
  1. Public
  2. All

Type Members

  1. trait DedexTypeResolver extends AnyRef

    Permalink
  2. trait DexConstants extends AnyRef

    Permalink

  3. case class DexInstructionToPilarParser(hostSig: Signature, generator: PilarStyleCodeGenerator, dexSignatureBlock: DexSignatureBlock, dexStringIdsBlock: DexStringIdsBlock, dexTypeIdsBlock: DexTypeIdsBlock, dexFieldIdsBlock: DexFieldIdsBlock, dexMethodIdsBlock: DexMethodIdsBlock, dexOffsetResolver: DexOffsetResolver) extends DexParser with DedexTypeResolver with DexConstants with Product with Serializable

    Permalink

  4. case class FillArrayDataTask(target: Long, instrParser: DexInstructionToPilarParser, base: Long, offset: Long) extends PilarDedexerTask with Product with Serializable

    Permalink

  5. case class LabelTask(label: String, instrParser: DexInstructionToPilarParser, priority: Int) extends PilarDedexerTask with Product with Serializable

    Permalink

  6. case class PackedSwitchTask(defaultTarget: Long, instrParser: DexInstructionToPilarParser, base: Long, offset: Long) extends PilarDedexerTask with Product with Serializable

    Permalink

  7. class PilarDeDex extends AnyRef

    Permalink

  8. trait PilarDedexerTask extends AnyRef

    Permalink

  9. class PilarStyleCodeGenerator extends AnyRef

    Permalink

  10. trait PilarStyleCodeGeneratorListener extends AnyRef

    Permalink

    Be aware that if you using this listener, the record code will not write to file automatically.

    Be aware that if you using this listener, the record code will not write to file automatically. Basically the idea is you should handle that by yourself.

  11. case class PilarTaskCollection(instrParser: DexInstructionToPilarParser, initialTask: PilarDedexerTask) extends PilarDedexerTask with Product with Serializable

    Permalink

  12. case class SparseSwitchTask(defaultTarget: Long, instrParser: DexInstructionToPilarParser, base: Long, offset: Long) extends PilarDedexerTask with Product with Serializable

    Permalink

Value Members

  1. object DedexTypeResolver

    Permalink

  2. object DexInstructionToPilarParser extends Serializable

    Permalink
  3. object PilarDeDex

    Permalink
  4. object PilarModelProvider

    Permalink
  5. object PilarStyleCodeGenerator

    Permalink

Ungrouped