Selecting Scoped Flow

Scoped Flow is the potential flow through a function, removing any flow that is not in the selected scope. This is useful for determining how to reach a set of instructions.

Forward and Reverse Scoped Flow

Forward scoped flow is the set of addresses that can only be reached by passing through the Basic Block containing the current address.

Reverse scoped flow is the set of addresses that must pass through the Basic Block containing the current address.

To create forward or reverse scoped selections, use one of the following two actions, respectively:

Provided by: Select By Scoped Flow Plugin

Related Topics: