verify_property_tool
Run formal verification on binaries or constraint sets. Use Z3, angr, or mock backends to obtain verification status and counterexamples.
Instructions
Run formal verification on a binary or constraint set. Supports Z3 (constraint solving), angr (Docker symbolic execution), and mock backends. Returns verification status and any counterexample found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry | No | ||
| backend | No | z3 | |
| findKind | No | addr_reached | |
| avoidKind | No | ||
| findValue | No | ||
| maxStates | No | ||
| avoidValue | No | ||
| constraints | No | ||
| targetBinary | No | ||
| timeoutSeconds | No |