Symbolic Execution

A program-analysis technique that executes code on symbolic rather than concrete inputs to explore many paths at once; applied to EVM bytecode (e.g., Oyente) to find smart-contract bugs such as reentrancy.

In this vault

Backlinks