Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 446 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 446 Bytes

Tamarin

logo of a tamarin monkey

Tamarin is a tool for establishing program equivalence for MIPS programs.

That is, given two MIPS assembly programs, Tamarin returns

  • distinct if the programs can be shown to compute different functions
  • maybe equivalent otherwise

Tamarin uses concolic testing.