| 程序包 | 说明 |
|---|---|
| soot.jimple.infoflow.data | |
| soot.jimple.infoflow.sourcesSinks.definitions | |
| soot.jimple.infoflow.sourcesSinks.manager | |
| soot.jimple.infoflow.util |
| 构造器和说明 |
|---|
SootMethodAndClass(SootMethodAndClass methodAndClass) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected SootMethodAndClass |
MethodSourceSinkDefinition.method |
| 限定符和类型 | 方法和说明 |
|---|---|
SootMethodAndClass |
MethodSourceSinkDefinition.getMethod()
Gets the method for which this object defines sources and sinks
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected MethodSourceSinkDefinition |
MethodSourceSinkDefinition.buildNewDefinition(SootMethodAndClass methodAndclass,
Set<AccessPathTuple> filteredBaseObjects,
Set<AccessPathTuple>[] filteredParameters,
Set<AccessPathTuple> filteredReturnValues,
MethodSourceSinkDefinition.CallType callType) |
| 构造器和说明 |
|---|
MethodSourceSinkDefinition(SootMethodAndClass am)
Creates a new instance of the
MethodSourceSinkDefinition class |
MethodSourceSinkDefinition(SootMethodAndClass am,
MethodSourceSinkDefinition.CallType callType)
Creates a new instance of the
MethodSourceSinkDefinition class |
MethodSourceSinkDefinition(SootMethodAndClass am,
Set<AccessPathTuple> baseObjects,
Set<AccessPathTuple>[] parameters,
Set<AccessPathTuple> returnValues,
MethodSourceSinkDefinition.CallType callType)
Creates a new instance of the MethodSourceSinkDefinition class
|
MethodSourceSinkDefinition(SootMethodAndClass am,
Set<AccessPathTuple> baseObjects,
Set<AccessPathTuple>[] parameters,
Set<AccessPathTuple> returnValues,
MethodSourceSinkDefinition.CallType callType,
ISourceSinkCategory category)
Creates a new instance of the MethodSourceSinkDefinition class
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected SootMethodAndClass |
DefaultSourceSinkManager.isSinkMethod(InfoflowManager manager,
soot.jimple.Stmt sCallSite)
Checks whether the given call sites invokes a sink method
|
| 限定符和类型 | 方法和说明 |
|---|---|
SootMethodAndClass |
SootMethodRepresentationParser.parseSootMethodString(String parseString)
parses a string in soot representation, for example:
|
Copyright © 2022 Fraunhofer SIT. All rights reserved.