| Package | Description |
|---|---|
| com.android.dx.command.dexer | |
| com.android.dx.dex.cf |
Classes for translating Java classfiles into Dalvik classes.
|
| Modifier and Type | Field and Description |
|---|---|
CfOptions |
Main.Arguments.cfOptions
Options for class file transformation
|
| Modifier and Type | Method and Description |
|---|---|
void |
OptimizerOptions.compareOptimizerStep(RopMethod nonOptRmeth,
int paramSize,
boolean isStatic,
CfOptions args,
TranslationAdvice advice,
RopMethod rmeth)
Compares the output of the optimizer run normally with a run skipping
some optional steps.
|
static ClassDefItem |
CfTranslator.translate(DxContext context,
DirectClassFile cf,
byte[] bytes,
CfOptions cfOptions,
DexOptions dexOptions,
DexFile dexFile)
Takes a
byte[], interprets it as a Java classfile, and
translates it into a ClassDefItem. |
Copyright © 2020. All Rights Reserved.