crytic / tealer

Static Analyzer for Teal
GNU Affero General Public License v3.0
62 stars 14 forks source link

Remove unreachable blocks from CFG #180

Closed S3v3ru5 closed 1 year ago

S3v3ru5 commented 1 year ago

Previously, the blocks which are unreachable from the contract entry block are still part of the teal.blocks and other reachable blocks would have them as previous blocks.

This PR updates the parsing to remove unreachable blocks and instructions part of those blocks.