try manticore with apt-get install of z3
This commit is contained in:
@@ -4,11 +4,11 @@ sudo: true
|
||||
python:
|
||||
- "2.7"
|
||||
install:
|
||||
- sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev
|
||||
- sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev z3
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- make
|
||||
- sudo make install
|
||||
script:
|
||||
- deepstate-angr examples/IntegerArithmetic
|
||||
- deepstate-manticore examples/IntegerArithmetic
|
||||
|
||||
Reference in New Issue
Block a user