Documentation
README
Abstract Trace Summarizer
Overview
This skill performs abstract interpretation to analyze program behavior and produce summarized execution traces. It computes over-approximations of possible runtime states, tracks control flow paths, infers variable relationships, and generates high-level behavioral summaries without requiring concrete program execution.
Core Workflow
1. Program Analysis Setup
Initial Assessment:
- Identify programming language and paradigm
- Determine analysis scope (function, module, program)
- Select appropriate abstract domains
- Identify analysis goals (safety, correctness, optimization)
Abstract Domain Selection:
Choose domains based on analysis needs:
This is the opening of the README. Read the full README on GitHub.