| 接口 | 说明 |
|---|---|
| IInfoflow |
interface for the main infoflow class
|
| 类 | 说明 |
|---|---|
| AbstractInfoflow |
Abstract base class for all data/information flow analyses in FlowDroid
|
| cmdInfoflow |
cmdInfoflow offers a command-line interface to start the analysis.
|
| Infoflow |
main infoflow class which triggers the analysis and offers method to
customize it.
|
| InfoflowConfiguration |
Central configuration class for FlowDroid
|
| InfoflowConfiguration.AccessPathConfiguration |
Class containing the configuration options for dealing with access paths
(maximum length, reduction options, etc.)
|
| InfoflowConfiguration.OutputConfiguration |
Class that defines settings for writing out the FlowDroid results
|
| InfoflowConfiguration.PathConfiguration |
The configuration that defines how FlowDroid shall handle between sources and
sinks
|
| InfoflowConfiguration.SolverConfiguration |
Class containing the configuration options for the IFDS data flow solver
|
| InfoflowConfiguration.SourceSinkConfiguration |
The configuration for the source and sink manager
|
| InfoflowManager |
Manager class for passing internal data flow objects to interface
implementors
|
| 枚举 | 说明 |
|---|---|
| InfoflowConfiguration.AliasingAlgorithm |
Enumeration containing the aliasing algorithms supported by FlowDroid
|
| InfoflowConfiguration.CallbackSourceMode |
Methods for deciding whether a parameter of a system callback is to be
treated as a source or not
|
| InfoflowConfiguration.CallgraphAlgorithm |
Enumeration containing the callgraph algorithms supported for the use with
the data flow tracker
|
| InfoflowConfiguration.CategoryMode |
The modes (included or excludes) that a category can have for the data flow
analysis
|
| InfoflowConfiguration.CodeEliminationMode |
Enumeration containing all possible modes of dead and irrelevant code
elimination
|
| InfoflowConfiguration.DataFlowSolver |
Enumeration containing the supported data flow solvers
|
| InfoflowConfiguration.ImplicitFlowMode |
Enumeration containing the supported modes how the data flow analyzer shall
handle implicit flows
|
| InfoflowConfiguration.LayoutMatchingMode |
Possible modes for matching layout components as data flow sources
|
| InfoflowConfiguration.PathBuildingAlgorithm |
Enumeration containing the supported path builders
|
| InfoflowConfiguration.PathReconstructionMode |
Supported modes for reconstructing paths between sources and sinks.
|
| InfoflowConfiguration.SootIntegrationMode |
Enumeration containing the different ways in which Soot can be used
|
| InfoflowConfiguration.SourceSinkFilterMode |
The default mode how the filter shall treat source or sink categories that
have not been configured explicitly
|
| InfoflowConfiguration.StaticFieldTrackingMode |
Enumeration containing the supported techniques for handling taints on static
fields
|
Copyright © 2022 Fraunhofer SIT. All rights reserved.