| Package | Description |
|---|---|
| soot.asm | |
| soot.baf |
Public classes for the Baf intermediate representation.
|
| soot.dexpler | |
| soot.dotnet.members.method | |
| soot.JastAddJ | |
| soot.javaToJimple | |
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| soot.jimple.parser |
An interface to the Jimple parser.
|
| soot.jimple.toolkits.invoke |
A toolkit to deal with Jimple and invoke statements.
|
| soot.jimple.toolkits.typing |
Implements a typing algorithm for Jimple.
|
| soot.jimple.toolkits.typing.fast | |
| soot.jimple.toolkits.typing.integer | |
| soot.shimple |
Public classes for the SSA Shimple intermediate representation.
|
| soot.util.cfgcmd |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AsmMethodSource.tryCorrectingLocalNames(Jimple jimp,
JimpleBody jb)
When preserving original names, try to use the local variable table for guidance.
|
| Modifier and Type | Method and Description |
|---|---|
BafBody |
Baf.newBody(JimpleBody b)
Returns a BafBody constructed from b.
|
BafBody |
Baf.newBody(JimpleBody b,
String phase)
Returns a BafBody constructed from b.
|
| Constructor and Description |
|---|
BafBody(JimpleBody jimpleBody,
Map<String,String> options) |
| Modifier and Type | Field and Description |
|---|---|
protected JimpleBody |
DexBody.jBody |
| Modifier and Type | Method and Description |
|---|---|
static JimpleBody |
DotnetBody.getEmptyJimpleBody(SootMethod m) |
| Modifier and Type | Method and Description |
|---|---|
void |
DotnetBody.jimplify(JimpleBody jb) |
static void |
DotnetBody.resolveEmptyJimpleBody(JimpleBody b,
SootMethod m) |
| Constructor and Description |
|---|
Body(TypeDecl typeDecl,
JimpleBody body,
ASTNode container) |
| Modifier and Type | Field and Description |
|---|---|
protected JimpleBody |
AbstractJimpleBodyBuilder.body |
| Modifier and Type | Method and Description |
|---|---|
JimpleBody |
AnonInitBodyBuilder.createBody(SootMethod sootMethod) |
protected JimpleBody |
AbstractJimpleBodyBuilder.createJimpleBody(polyglot.ast.Block block,
List formals,
SootMethod sootMethod) |
JimpleBody |
JimpleBodyBuilder.createJimpleBody(polyglot.ast.Block block,
List formals,
SootMethod sootMethod)
Jimple Body Creation
|
| Modifier and Type | Method and Description |
|---|---|
JimpleBody |
Jimple.newBody()
Returns an empty JimpleBody with no associated method.
|
JimpleBody |
Jimple.newBody(SootMethod m)
Returns an empty JimpleBody associated with method m.
|
| Constructor and Description |
|---|
BodyExtractorWalker(SootClass sc,
SootResolver resolver,
Map<SootMethod,JimpleBody> methodToParsedBodyMap)
Constructs a walker, and attaches it to the given SootClass, sending bodies to the given methodToParsedBodyMap.
|
| Modifier and Type | Method and Description |
|---|---|
Local |
SynchronizerManager.addStmtsToFetchClassBefore(JimpleBody b,
Stmt target)
Adds code to fetch the static Class object to the given JimpleBody before the target Stmt.
|
static Stmt |
ThrowManager.getNullPointerExceptionThrower(JimpleBody b)
Iterate through the statements in b (starting at the end), returning the last instance of the following pattern:
r928 = new java.lang.NullPointerException; specialinvoke r928."
Creates if necessary. |
void |
SynchronizerManager.synchronizeStmtOn(Stmt stmt,
JimpleBody b,
Local lock)
Wraps stmt around a monitor associated with local lock.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TypeResolverBV.resolve(JimpleBody stmtBody,
Scene scene)
Deprecated.
|
static void |
TypeResolver.resolve(JimpleBody stmtBody,
Scene scene) |
| Modifier and Type | Field and Description |
|---|---|
protected JimpleBody |
TypeResolver.jb |
protected JimpleBody |
TypeResolver.CastInsertionUseVisitor.jb |
| Modifier and Type | Method and Description |
|---|---|
static Type |
AugEvalFunction.eval_(Typing tg,
Value expr,
Stmt stmt,
JimpleBody jb) |
| Constructor and Description |
|---|
AugEvalFunction(JimpleBody jb) |
CastInsertionUseVisitor(boolean countOnly,
JimpleBody jb,
Typing tg,
IHierarchy h) |
TypePromotionUseVisitor(JimpleBody jb,
Typing tg) |
TypeResolver(JimpleBody jb) |
UseChecker(JimpleBody jb) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TypeResolver.resolve(JimpleBody stmtBody) |
| Modifier and Type | Method and Description |
|---|---|
JimpleBody |
Shimple.newJimpleBody(ShimpleBody body)
Constructs a JimpleBody from a ShimpleBody.
|
JimpleBody |
ShimpleBody.toJimpleBody()
Returns an equivalent unbacked JimpleBody of the current Body by eliminating the Phi nodes.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Body |
CFGIntermediateRep.getBody(JimpleBody b)
Converts a
JimpleBody into the corresponding Body in this intermediate representation. |
Copyright © 2024 Soot OSS. All rights reserved.