Package | Description |
---|---|
soot.toDex | |
soot.toDex.instructions |
Modifier and Type | Method and Description |
---|---|
String |
LabelAssigner.getLabelName(AbstractPayload payload) |
String |
LabelAssigner.getLabelName(AbstractPayload payload) |
Label |
LabelAssigner.getOrCreateLabel(AbstractPayload payload) |
Label |
LabelAssigner.getOrCreateLabel(AbstractPayload payload) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayDataPayload
Payload for the fill-array-data instructions in dex
|
class |
PackedSwitchPayload
The payload for a packed-switch instruction.
|
class |
SparseSwitchPayload
The payload for a sparse-switch instruction.
|
class |
SwitchPayload
The payload for switch instructions, usually placed at the end of a method.
|
Modifier and Type | Field and Description |
---|---|
AbstractPayload |
Insn31t.payload |
AbstractPayload |
Insn31t.payload |
Modifier and Type | Method and Description |
---|---|
void |
Insn31t.setPayload(AbstractPayload payload) |
void |
Insn31t.setPayload(AbstractPayload payload) |