본문 바로가기

List/Linux

Linux-x64 z3 Installation

- z3 페이지 : https://github.com/z3prover/z3/wiki


- Tutorial and Documentation : https://github.com/z3prover/z3/wiki/Documentation


- 설치 : https://github.com/z3prover/z3/wiki/Building%20the%20unstable%20branch


1.git clone https://github.com/Z3Prover/z3.git -b unstable

2. # cd z3

3.python scripts/mk_make.py

4.cd build

5. # make



- tutorial : http://www.cs.tau.ac.il/~msagiv/courses/asv/z3py/guide-examples.htm

(from z3 import * 추가 후 실습)


- z3 Namespace Reference : http://z3prover.github.io/api/html/namespacez3py.html#a305d7caa8e0329560be140b2252df36b

'List > Linux' 카테고리의 다른 글

[RTDL] Return To Dynamic Linker  (0) 2015.06.18
Automation of Software vulnerability analysis  (0) 2015.06.09
Ubuntu 기본 환경 세팅  (0) 2015.06.01
glibc 2.3.2 이하 버전의 double free bug  (6) 2015.05.15
heap 메모리 할당  (0) 2015.05.08