| Package | Description |
|---|---|
| com.android.dx.cf.code |
Implementation of classes having to do with Java simulation, such as
is needed for verification or stack-to-register conversion.
|
| com.android.dx.command.dexer | |
| com.android.dx.command.dump | |
| com.android.dx.dex.cf |
Classes for translating Java classfiles into Dalvik classes.
|
| com.android.dx.dex.code | |
| com.android.dx.dex.file |
| Modifier and Type | Method and Description |
|---|---|
static RopMethod |
Ropper.convert(ConcreteMethod method,
TranslationAdvice advice,
MethodList methods,
DexOptions dexOptions)
Converts a
ConcreteMethod to a RopMethod. |
| Constructor and Description |
|---|
Simulator(Machine machine,
ConcreteMethod method,
DexOptions dexOptions)
Constructs an instance.
|
| Modifier and Type | Field and Description |
|---|---|
DexOptions |
Main.Arguments.dexOptions
Options for dex file output
|
| Modifier and Type | Field and Description |
|---|---|
protected DexOptions |
BaseDumper.dexOptions
non-null; options for dex output, always set to the defaults for now |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
static Dop |
Dops.getNextOrNull(Dop opcode,
DexOptions options)
Gets the next
Dop in the instruction fitting chain after the
given instance, if any. |
static DalvCode |
RopTranslator.translate(RopMethod method,
int positionInfo,
LocalVariableInfo locals,
int paramSize,
DexOptions dexOptions)
Translates a
RopMethod. |
| Constructor and Description |
|---|
OutputCollector(DexOptions dexOptions,
int initialCapacity,
int suffixInitialCapacity,
int regCount,
int paramSize)
Constructs an instance.
|
OutputFinisher(DexOptions dexOptions,
int initialCapacity,
int regCount,
int paramSize)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
DexOptions |
DexFile.getDexOptions()
Gets the dex-creation options object.
|
| Constructor and Description |
|---|
DexFile(DexOptions dexOptions)
Constructs an instance.
|
Copyright © 2020. All Rights Reserved.