Symbolic Execution Assistant

Performs symbolic execution to detect potential errors by exploring execution paths, solving path constraints, and generating test inputs. Use when you need to analyze code for bugs like null dereferences, division by zero, buffer overflows, or assertion violations. Also use to generate test inputs that exercise different code paths, find edge cases, or explore all reachable program states. Supports Python, Java, and C/C++ through manual symbolic execution techniques and integration with tools like KLEE, angr, Z3, and Symbolic PathFinder.

tools-only 1b596bb 3 files · 28.0 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/development/003-name-skill_53e00a5f commit 1b596bbb74

Frequently asked questions

npx skillmds add tools-only/symbolic-execution-assistant