| 程序包 | 说明 |
|---|---|
| soot.jimple.infoflow.sourcesSinks.definitions |
| 限定符和类型 | 字段和说明 |
|---|---|
protected MethodSourceSinkDefinition.CallType |
MethodSourceSinkDefinition.callType |
| 限定符和类型 | 方法和说明 |
|---|---|
MethodSourceSinkDefinition.CallType |
MethodSourceSinkDefinition.getCallType()
Gets the type of method invocations that are denoted by this source or sink
|
static MethodSourceSinkDefinition.CallType |
MethodSourceSinkDefinition.CallType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MethodSourceSinkDefinition.CallType[] |
MethodSourceSinkDefinition.CallType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected MethodSourceSinkDefinition |
MethodSourceSinkDefinition.buildNewDefinition(SootMethodAndClass methodAndclass,
Set<AccessPathTuple> filteredBaseObjects,
Set<AccessPathTuple>[] filteredParameters,
Set<AccessPathTuple> filteredReturnValues,
MethodSourceSinkDefinition.CallType callType) |
static MethodSourceSinkDefinition |
MethodSourceSinkDefinition.createParameterSource(int index,
MethodSourceSinkDefinition.CallType callType)
Creates a source definition that considers a parameter as tainted
|
static MethodSourceSinkDefinition |
MethodSourceSinkDefinition.createReturnSource(MethodSourceSinkDefinition.CallType callType)
Creates a source definition that considers the return value as tainted
|
Copyright © 2022 Fraunhofer SIT. All rights reserved.