This directory contains comprehensive examples demonstrating the capabilities of the EOT (EVM Opcode Table) library.
To run all examples:
```bash
cargo run --example basic_usage
cargo run --example advanced_analysis
cargo run --example contract_analyzer
cargo run --example registry_usage
```