| 程序包 | 说明 |
|---|---|
| soot.jimple.infoflow | |
| soot.jimple.infoflow.entryPointCreators |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Infoflow.computeInfoflow(String appPath,
String libPath,
IEntryPointCreator entryPointCreator,
ISourceSinkManager sourcesSinks) |
void |
IInfoflow.computeInfoflow(String appPath,
String libPath,
IEntryPointCreator entryPointCreator,
ISourceSinkManager sourcesSinks)
Computes the information flow on a list of entry point methods.
|
void |
AbstractInfoflow.computeInfoflow(String appPath,
String libPath,
IEntryPointCreator entryPointCreator,
List<String> sources,
List<String> sinks) |
void |
IInfoflow.computeInfoflow(String appPath,
String libPath,
IEntryPointCreator entryPointCreator,
List<String> sources,
List<String> sinks)
Computes the information flow on a list of entry point methods.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseEntryPointCreator
Common base class for all entry point creators.
|
class |
DefaultEntryPointCreator
Entry point creator that performs Java method invocations.
|
class |
SequentialEntryPointCreator
Simple entry point creator that builds a sequential list of method
invocations.
|
Copyright © 2022 Fraunhofer SIT. All rights reserved.