| 程序包 | 说明 |
|---|---|
| soot.jimple.infoflow.data |
| 限定符和类型 | 方法和说明 |
|---|---|
AccessPath.ArrayTaintType |
AccessPath.getArrayTaintType()
Gets whether this access path references only the length of the array to
which it points, not the contents of that array
|
static AccessPath.ArrayTaintType |
AccessPath.ArrayTaintType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AccessPath.ArrayTaintType[] |
AccessPath.ArrayTaintType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
AccessPath |
AccessPathFactory.copyWithNewValue(AccessPath original,
soot.Value val,
soot.Type newType,
boolean cutFirstField,
boolean reduceBases,
AccessPath.ArrayTaintType arrayTaintType)
value val gets new base, fields are preserved.
|
AccessPath |
AccessPathFactory.createAccessPath(soot.Value val,
soot.SootField[] appendingFields,
soot.Type valType,
soot.Type[] appendingFieldTypes,
boolean taintSubFields,
boolean cutFirstField,
boolean reduceBases,
AccessPath.ArrayTaintType arrayTaintType) |
AccessPath |
AccessPathFactory.createAccessPath(soot.Value val,
soot.SootField[] appendingFields,
soot.Type valType,
soot.Type[] appendingFieldTypes,
boolean taintSubFields,
boolean cutFirstField,
boolean reduceBases,
AccessPath.ArrayTaintType arrayTaintType,
boolean canHaveImmutableAliases) |
AccessPath |
AccessPathFactory.createAccessPath(soot.Value val,
soot.Type valType,
boolean taintSubFields,
AccessPath.ArrayTaintType arrayTaintType) |
Copyright © 2022 Fraunhofer SIT. All rights reserved.