| 接口 | 说明 |
|---|---|
| PostAnalysisHandler |
Handler that allows clients to execute certain tasks after the data flow
analysis has run.
|
| PreAnalysisHandler |
Handler that allows clients to execute certain tasks before the actual data
flow analysis is executed.
|
| ResultsAvailableHandler |
Handler that is called when information flow results become available
|
| ResultsAvailableHandler2 |
Extended handler that is used to notify clients not only when the data flow
analysis has finished, but also when individual results are available.
|
| TaintPropagationHandler |
Handler interface for callbacks during taint propagation
|
| 类 | 说明 |
|---|---|
| SequentialTaintPropagationHandler |
Taint propagation handler that processes a sequence of inner handlers.
|
| 枚举 | 说明 |
|---|---|
| TaintPropagationHandler.FlowFunctionType |
Enumeration containing the supported types of data flow edges
|
Copyright © 2022 Fraunhofer SIT. All rights reserved.