mate_query.cpg.query.control_flow module¶
- mate_query.cpg.query.control_flow.cfg_path_to_instructions(cpg: CPG, session: Session, cfg_path: Path) Iterable[Instruction] ¶
Lower an Instruction-level CFG path in the CPG to VA blocks.
- Parameters
- Return type
Iterable[Instruction]
- mate_query.cpg.query.control_flow.cfg_path_to_waypoints(cpg: CPG, session: Session, cfg_path: Path) Iterable[Waypoint] ¶
- mate_query.cpg.query.control_flow.trace_edges(cpg: CPG, session: Session, path: Path) Iterable[Edge] ¶