| 程序包 | 说明 |
|---|---|
| soot.jimple.infoflow.sourcesSinks.manager |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<soot.SootMethod,CallbackDefinition> |
BaseSourceSinkManager.callbackMethods |
| 限定符和类型 | 方法和说明 |
|---|---|
protected CallbackDefinition |
BaseSourceSinkManager.getCallbackDefinition(soot.SootMethod method)
Checks whether the given method is registered as a callback method.
|
| 构造器和说明 |
|---|
BaseSourceSinkManager(Collection<? extends ISourceSinkDefinition> sources,
Collection<? extends ISourceSinkDefinition> sinks,
Set<? extends CallbackDefinition> callbackMethods,
InfoflowConfiguration config)
Creates a new instance of the
BaseSourceSinkManager class with strong
matching, i.e. the methods in the code must exactly match those in the list. |
Copyright © 2022 Fraunhofer SIT. All rights reserved.