| 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.cf.direct |
Implementation of
cf.iface.* based on a direct representation
of class files as byte[]s. |
| com.android.dx.cf.iface |
Interfaces and base classes for dealing with class files.
|
| Modifier and Type | Method and Description |
|---|---|
static RopMethod |
Ropper.convert(ConcreteMethod method,
TranslationAdvice advice,
MethodList methods,
DexOptions dexOptions)
Converts a
ConcreteMethod to a RopMethod. |
| Modifier and Type | Method and Description |
|---|---|
MethodList |
DirectClassFile.getMethods()
Gets the field
methods (along with
methods_count). |
| Modifier and Type | Class and Description |
|---|---|
class |
StdMethodList
Standard implementation of
MethodList, which directly stores
an array of Method objects and can be made immutable. |
| Modifier and Type | Method and Description |
|---|---|
MethodList |
ClassFile.getMethods()
Gets the field
methods (along with
methods_count). |
Copyright © 2020. All Rights Reserved.