Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from stp/stp

Simple Theorem Prover, an efficient SMT solver for bitvectors

License

conp-solutions/stp

 
 

Repository files navigation

STP

STP is a constraint solver (also referred to as a decision procedure or automated prover) aimed at solving constraints generated by program analysis tools, theorem provers, automated bug finders, biology, cryptography, intelligent fuzzers and model checkers.

Homepage: http://stp.github.io/stp/

Ubuntu PPA: https://launchpad.net/~simple-theorem-prover/+archive/ubuntu/ppa/+packages

Documentation: https://github.com/stp/stp/wiki

Build Status

Authors

  • Vijay Ganesh
  • Trevor Hansen

Papers

Paper on STP Internals:

A Decision Procedure for Bit-Vectors and Arrays by Vijay Ganesh and David L. Dill. In Proceedings of Computer Aided Verification 2007 (CAV 2007), Berlin, Germany, July 2007 (pdf) (bib)

Paper on EXE Concolic Tester:

EXE: Automatically Generating Inputs of Death by Cristian Cadar, Vijay Ganesh, Peter Pawlowski, Dawson Engler, David Dill. In Proceedings of ACM Conference on Computer and Communications Security 2006 (CCS 2006), Alexandria, Virginia, October, 2006 (pdf) (bib)

About

Simple Theorem Prover, an efficient SMT solver for bitvectors

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 40.1%
  • C 39.2%
  • SMT 15.0%
  • CMake 2.0%
  • Yacc 1.9%
  • Python 0.5%
  • Other 1.3%