| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static RopMethod |
Ropper.convert(ConcreteMethod method,
TranslationAdvice advice,
MethodList methods,
DexOptions dexOptions)
Converts a
ConcreteMethod to a RopMethod. |
static ByteBlockList |
BasicBlocker.identifyBlocks(ConcreteMethod method)
Identifies and enumerates the basic blocks in the given method,
returning a list of them.
|
| Constructor and Description |
|---|
Simulator(Machine machine,
ConcreteMethod method,
DexOptions dexOptions)
Constructs an instance.
|
Copyright © 2020. All Rights Reserved.