LowUIRSensitiveDataFlow Module
Provides types and functions for LowUIR-based sensitive data-flow analysis.
Types
| Type | Description |
|
Represents the main interface for a sensitive data-flow analysis. |
|
|
Represents a program point in the sensitive data-flow analysis. |
|
|
|
|
|
Represents a variable point in the sensitive data-flow analysis. |
|
|
Represents a state used in LowUIR-based sensitive dataflow analysis. |
|
|
Represents a sub-state for the context-sensitive data-flow analysis. |
Functions and values
| Function or value |
Description
|
Full Usage:
compute g state
Parameters:
IDiGraph<LowUIRBasicBlock, CFGEdgeKind>
state : 'a
Returns: 'a
Type parameters: 'a, 'b, 'c (requires :> B2R2.MiddleEnd.DataFlow.LowUIRSensitiveDataFlow.State<'b,'c> and equality and comparison) |
|
Full Usage:
toFrameOffset stackAddr
Parameters:
uint64
Returns: int
Modifiers: inline |
Translate the given stack pointer address to a local frame offset.
|
B2R2