| 限定符和类型 | 字段和说明 |
|---|---|
protected InfoflowResults |
Infoflow.results |
| 限定符和类型 | 方法和说明 |
|---|---|
InfoflowResults |
Infoflow.getResults() |
InfoflowResults |
IInfoflow.getResults()
getResults returns the results found by the analysis
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected InfoflowResults |
ConcurrentAbstractionPathBuilder.results |
| 限定符和类型 | 方法和说明 |
|---|---|
InfoflowResults |
ConcurrentAbstractionPathBuilder.getResults() |
InfoflowResults |
EmptyPathBuilder.getResults() |
InfoflowResults |
IAbstractionPathBuilder.getResults()
Gets the constructed result paths
|
InfoflowResults |
BatchPathBuilder.getResults() |
InfoflowResults |
ContextSensitivePathBuilder.getResults() |
InfoflowResults |
RecursivePathBuilder.getResults() |
| 限定符和类型 | 方法和说明 |
|---|---|
InfoflowResults |
PostAnalysisHandler.onResultsAvailable(InfoflowResults results,
IInfoflowCFG cfg)
This method is called after the data flow analysis has finished.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ResultsAvailableHandler.onResultsAvailable(IInfoflowCFG cfg,
InfoflowResults results)
Callback that is invoked when information flow results are available
|
InfoflowResults |
PostAnalysisHandler.onResultsAvailable(InfoflowResults results,
IInfoflowCFG cfg)
This method is called after the data flow analysis has finished.
|
| 构造器和说明 |
|---|
FlowDroidMemoryWatcher(InfoflowResults res)
Creates a new instance of the
FlowDroidMemoryWatcher class |
FlowDroidMemoryWatcher(InfoflowResults res,
double threshold)
Creates a new instance of the
FlowDroidMemoryWatcher class |
FlowDroidTimeoutWatcher(long timeout,
InfoflowResults res)
Creates a new instance of the
FlowDroidTimeoutWatcher class |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InfoflowResults.addAll(InfoflowResults results)
Adds all results from the given data structure to this one
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InfoflowResultsSerializer.serialize(InfoflowResults results,
String fileName)
Serializes the given FlowDroid result object into the given file
|
protected void |
InfoflowResultsSerializer.writeDataFlows(InfoflowResults results,
XMLStreamWriter writer)
Writes the given data flow results into the given XML stream writer
|
Copyright © 2022 Fraunhofer SIT. All rights reserved.