angr.rust.analyses.rust_calling_convention.pathfinder

class angr.rust.analyses.rust_calling_convention.pathfinder.Pathfinder

Bases: object

Find paths through the CFG that satisfy certain constraints.

__init__(graph, srda_mixin=None)
Parameters:

srda_mixin (SRDAMixin | None)

find_ret2arg0_paths(remove_phi=False)
static path_to_graph(path)
find_backward_path(block, max_length=None)
find_forward_path(block, max_length=None)