본문 바로가기

utility

z3 install

# git clone https://github.com/Z3Prover/z3.git

# python scripts/mk_make.py

# cd build; make

# sudo make install

 

if occur error, try this solution :

# apt-get install --reinstall python-pkg-resources

# python scripts/mk_make.py --python

'utility' 카테고리의 다른 글

Intel PIN  (2) 2018.06.06
IDAPython Plugin  (0) 2018.06.02
gef  (0) 2017.01.30
Pwngdb  (0) 2017.01.18
valgrind  (0) 2016.12.20