Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 603 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 603 Bytes

Finch

Finch is a Symbolic Executor over Falcon IL. If it lifts to Falcon IL, it symbolically executes with Finch.

For an introduction to Finch, see this blog post.

Building

Finch requires the same dependencies as Falcon and falcon-z3. There is a Dockerfile in the dockers/ directory, which will create an appropriate environment for Finch. If you don't want to use Docker, it is still recommended you use the Dockerfile as a reference for how to install dependencies.