766 Commits

Author SHA1 Message Date
Alex Groce
4350815394
Note angr is preferred for now. 2018-07-13 13:23:37 -07:00
Alex Groce
cd42127d6a
Add build status to README 2018-07-13 13:22:17 -07:00
Alex Groce
38984fd59f split into three tasks, check OneOf, add fast prime test, try multiple workers 2018-07-13 11:41:48 -07:00
Alex Groce
dcb1ce6518 clean up pyflakes issues, fix args missing in angr error message, and run pyflakes on deepstate code 2018-07-13 10:47:31 -07:00
Alex Groce
f1129354bd write to stderr and flush 2018-07-13 10:34:16 -07:00
Alex Groce
8767374bfa log the run so travis doesn't timeout 2018-07-13 10:20:50 -07:00
Alex Groce
125e737057
Merge pull request #65 from trailofbits/fix-travis
Fix travis build
2018-07-13 06:09:27 -07:00
Alex Groce
38f85c3f77 show result for debugging 2018-07-13 05:34:48 -07:00
ggrieco-tob
8c0d25e2ee
Forgot to use sudo! 2018-07-13 09:05:38 -03:00
ggrieco-tob
516fa6e282
Use the latest revision of Manticore from its master branch 2018-07-13 09:04:44 -03:00
ggrieco-tob
06ce1af799
Update .travis.yml 2018-07-13 08:44:34 -03:00
ggrieco-tob
89129099c6
Simplified .travis.yml 2018-07-13 08:40:05 -03:00
Alex Groce
0ed5edf416 just use tee for now 2018-07-13 00:56:21 -07:00
Alex Groce
0116c12d47 pyflakes for tests (later deepstate itself) 2018-07-13 00:35:33 -07:00
Alex Groce
4551f0ba47 import sys 2018-07-13 00:34:41 -07:00
Alex Groce
f0c840b251 avoid IO timeout on the python test 2018-07-13 00:28:36 -07:00
Alex Groce
097c79b846 fix fi 2018-07-12 22:45:40 -07:00
Alex Groce
7f0f2ea3f9 try to just install z3 from source 2018-07-12 22:41:05 -07:00
Alex Groce
5fa6a5fc2e add -y option to apt commands 2018-07-12 22:27:45 -07:00
Alex Groce
972c44d22a fix missing fi 2018-07-12 22:19:46 -07:00
Alex Groce
697f5ed2b1 try adding xenial to get z3 2018-07-12 22:17:52 -07:00
Alex Groce
c1616cf179 change to the right directory before running nose 2018-07-12 22:08:54 -07:00
Alex Groce
882cda798c Check results for pass/fail on properties, split into angr and manticore tests 2018-07-12 22:01:58 -07:00
Alex Groce
0f3e560ea4 try z3 after update 2018-07-12 21:48:56 -07:00
Alex Groce
5626068aac setup.py and angr 2018-07-12 19:59:57 -07:00
Alex Groce
b5770a8a26 try setup.py to avoid the z3 issue 2018-07-12 19:53:27 -07:00
Alex Groce
aeb8663167 go back to angr until z3 issue handled 2018-07-12 19:46:44 -07:00
Alex Groce
5a108f4659 z3 package not found, try the python bindings 2018-07-12 19:41:56 -07:00
Alex Groce
a69b3fcfb9 try manticore with apt-get install of z3 2018-07-12 19:37:57 -07:00
Alex Groce
61b78a4db7 switch to angr until add z3 install 2018-07-12 19:15:28 -07:00
Alex Groce
6fbbe0ba9d sudo for make install 2018-07-12 19:11:05 -07:00
Alex Groce
c52812d578 fix directory change 2018-07-12 19:08:44 -07:00
Alex Groce
bcc2e23ea7 dir check 2018-07-12 19:05:55 -07:00
Alex Groce
46de76d10a sudo needed 2018-07-12 19:02:08 -07:00
Alex Groce
9eddd47f35 try a simple test 2018-07-12 19:00:46 -07:00
Alex Groce
0a9b83c324
Merge pull request #63 from trailofbits/manticore-fix
Fixed missing default value in run_test
2018-07-12 13:41:55 -07:00
ggrieco-tob
dd0fdc27ed
Fixed missing default value in run_test
This small fix will enables Manticore to work properly as a backend.
2018-07-12 17:38:14 -03:00
Alex Groce
5495877f08 actually link static, and for now just ignore multiple definitions of vprintf... 2018-07-12 12:48:25 -07:00
Alex Groce
dbd3286735 build everything static for faster analysis by angr/manticore 2018-07-11 20:10:17 -07:00
Alex Groce
b3dcd964fe compile with no-avx 2018-07-11 20:01:24 -07:00
Peter Goodman
1254c091fe
Merge pull request #62 from trailofbits/elf-type
Improved selection of base address in case of executables and shared objects
2018-07-12 08:58:35 +10:00
ggrieco-tob
5d91dfd00b improved selection of base address in case of executables and shared objects 2018-07-11 10:24:18 -03:00
Peter Goodman
4120429688
Merge pull request #61 from trailofbits/missing-ubuntu-package
libffi-dev is necessary to install angr in Ubuntu 16.04
2018-07-11 08:48:41 +10:00
ggrieco-tob
6850ed3262
libffi-dev is necessary to install angr in Ubuntu 16.04 2018-07-10 18:29:16 -03:00
ggrieco-tob
234a95ccab
Merge pull request #60 from trailofbits/fix-manticore
fixed Manticore backend
2018-07-04 08:51:10 -03:00
ggrieco-tob
4df001bf29 fixed manticore backend 2018-07-04 08:43:31 -03:00
Alex Groce
b0be9abf18 fix args missing in run_tests 2018-07-02 15:22:20 -07:00
Alex Groce
70dd92cb27 Fix message on abandon 2018-06-25 17:32:38 -07:00
Alex Groce
2aa6e9f1d5 Fix fatal in .h file also 2018-06-25 17:29:58 -07:00
Alex Groce
f821097775 Log Error on abandon 2018-06-25 17:26:02 -07:00