Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 594 Bytes

Gobblers Analysis

Additional analysis for Art Gobblers, including python implementations for differential fuzzing and automated theorem proofs of certain key assumptions.

Differential fuzzing

In order to run differential fuzz tests, first install requirements with:

pip install -r requirements.txt

Then run FFI tests from the root directory:

FOUNDRY_PROFILE="FFI" forge test

Automated theorem proving

In order to run, first install a theorem prover such as Z3.

Then, run the following command:

z3 smt/goo_pooling.smt2