Control Flow Abstraction Generator

Generate abstract Control Flow Graph (CFG) representations of programs showing loops, branches, and function calls for static analysis or verification. Use when users need to: (1) Visualize program control flow structure, (2) Generate CFGs for static analysis tools, (3) Create control flow abstractions for formal verification, (4) Analyze program paths and reachability, (5) Document program structure. Supports both function-level (intraprocedural) and program-level (interprocedural) analysis with multiple output formats (textual, DOT/Graphviz, JSON).

ArabelaTso Updated

File contents

ArabelaTso/Skills-4-SE/tree/main/skills/control-flow-abstraction-generator commit 264a85cb92

Frequently asked questions

npx skillmds@latest add arabelatso/control-flow-abstraction-generator