Package | Description |
---|---|
soot.dexpler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNullTransformer
Abstract base class for
DexNullTransformer and DexIfTransformer . |
class |
DexIfTransformer
BodyTransformer to find and change definition of locals used within an if
which contains a condition involving two locals ( and not only one local as
in DexNullTransformer).
|
class |
DexNullTransformer
BodyTransformer to find and change IntConstant(0) to NullConstant where
locals are used as objects.
|
class |
DexNumTransformer
BodyTransformer to find and change initialization type of Jimple variables.
|
class |
DexRefsChecker |
class |
DexReturnInliner
BodyTransformer to inline jumps to return statements.
|