Method

GumControlFlowGraphget_block_bounds

Declaration [src]

void
gum_control_flow_graph_get_block_bounds (
  GumControlFlowGraph* self,
  guint index,
  GumAddress* start,
  GumAddress* end
)

Description

No description available.

Parameters

index

Type: guint

No description available.

start

Type: GumAddress

No description available.

The data is owned by the caller of the method.
end

Type: GumAddress

No description available.

The data is owned by the caller of the method.