| 接口 | 说明 |
|---|---|
| IAliasingStrategy |
Generic interface for the different taint aliasing strategies supported by
FlowDroid
|
| 类 | 说明 |
|---|---|
| AbstractAliasStrategy |
Common base class for alias strategies
|
| AbstractBulkAliasStrategy | |
| AbstractInteractiveAliasStrategy | |
| Aliasing |
Helper class for aliasing operations
|
| FlowSensitiveAliasStrategy |
A fully flow-sensitive aliasing strategy
|
| ImplicitFlowAliasStrategy |
Aliasing strategy to be used for conditionally-called methods when analyzing
implicit flows
|
| LazyAliasingStrategy |
Aliasing strategy that relies on taints being propagated everywhere for true
lazy alias checking
|
| NullAliasStrategy |
Aliasing strategy that does nothing beyond comparing access paths based on
equality
|
| PtsBasedAliasStrategy |
A simple points-to-based aliasing strategy for FlowDroid
|
Copyright © 2022 Fraunhofer SIT. All rights reserved.