public class DefaultBiDiICFGFactory extends Object implements BiDirICFGFactory
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
isAndroid |
| 构造器和说明 |
|---|
DefaultBiDiICFGFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
IInfoflowCFG |
buildBiDirICFG(InfoflowConfiguration.CallgraphAlgorithm callgraphAlgorithm,
boolean enableExceptions) |
protected soot.jimple.toolkits.ide.icfg.BiDiInterproceduralCFG<soot.Unit,soot.SootMethod> |
getBaseCFG(boolean enableExceptions) |
void |
setIsAndroid(boolean isAndroid)
Sets whether this CFG will be used to analyze Android apps
|
public IInfoflowCFG buildBiDirICFG(InfoflowConfiguration.CallgraphAlgorithm callgraphAlgorithm, boolean enableExceptions)
buildBiDirICFG 在接口中 BiDirICFGFactoryprotected soot.jimple.toolkits.ide.icfg.BiDiInterproceduralCFG<soot.Unit,soot.SootMethod> getBaseCFG(boolean enableExceptions)
public void setIsAndroid(boolean isAndroid)
isAndroid - True if the CFG will be used to analyze Android apps,
otherwise falseCopyright © 2022 Fraunhofer SIT. All rights reserved.