542 Commits

Author SHA1 Message Date
Alex Groce
244c3ac3a8 Change size, output 2018-12-31 15:52:55 -07:00
Alex Groce
122f5a7b57 smaller limit, concretize 2018-12-31 15:43:18 -07:00
Alex Groce
a0ec145b6b shrink max string size 2018-12-31 15:25:43 -07:00
Alex Groce
ec31d0b799 change the code and input range 2018-12-31 15:11:10 -07:00
Alex Groce
cd7f6daaf9 change runlen example bug and test 2018-12-31 14:39:10 -07:00
Alex Groce
40eb4b0117 add runlen test 2018-12-31 14:20:15 -07:00
Alex Groce
eb1133825a Add run length example 2018-12-31 14:18:01 -07:00
Alex Groce
2421a17f5e add missing const qualifiers 2018-12-31 13:49:53 -07:00
Alex Groce
943627819d Fix for new C interface to string generation 2018-12-31 13:19:57 -07:00
Alex Groce
efb3c07314 new interface 2018-12-31 13:06:01 -07:00
Alex Groce
abba98ad2a no need for allowed length 2018-12-31 08:12:03 -07:00
Alex Groce
58a1d5120d new string functions 2018-12-31 08:02:09 -07:00
Alex Groce
dee5dd549c C++ functions that also vary string length, using Pump 2018-12-30 21:04:15 -07:00
Alex Groce
8a7b1c4faa stab at string generator 2018-12-30 12:26:43 -07:00
Peter Goodman
a0162e8242
Merge pull request #151 from trailofbits/take_over_rand
If you include DeepState, then rand() is actually DeepState_Int()
2018-12-29 12:22:26 -05:00
Alex Groce
ead8c5cb96 warn people using srand 2018-12-28 19:25:47 -07:00
Alex Groce
6f1f648cd2 we can take over rand now 2018-12-27 17:13:53 -07:00
Alex Groce
54c42c78c9 fix check in reducer 2018-12-26 12:02:59 -07:00
Alex Groce
2a618d0d1a
Merge pull request #148 from trailofbits/trace_logging
Trace logging
2018-12-23 14:00:24 -07:00
Alex Groce
30601a580a fix streaming and formatting test 2018-12-23 13:22:48 -07:00
Alex Groce
c91853828d restore spacing in manticore to avoid confusion 2018-12-23 13:13:59 -07:00
Alex Groce
12c23f78b9 restore old manticore/angr code 2018-12-23 13:13:08 -07:00
Alex Groce
fca5c8795b fix missing comma 2018-12-23 13:10:03 -07:00
Alex Groce
37d9d35d5a aha, used wrong logger 2018-12-23 13:07:27 -07:00
Alex Groce
4409762f24 functools annoys pyflakes 2018-12-23 13:00:25 -07:00
Alex Groce
6daee3cfa0 try just using the info logger 2018-12-23 12:53:16 -07:00
Alex Groce
43ddfa895c oops, remove log_trace def 2018-12-23 12:44:20 -07:00
Alex Groce
ce343948e2 try different python approach 2018-12-23 12:40:47 -07:00
Alex Groce
0cb39f540c let people know the seed they used in fuzzing 2018-12-22 21:02:40 -07:00
Alex Groce
276b493681 log in manticore/angr 2018-12-22 20:49:10 -07:00
Alex Groce
3590a6025c add trace to manticore/angr logging 2018-12-22 20:46:08 -07:00
Alex Groce
55644b534e set level 2018-12-22 19:53:02 -07:00
Alex Groce
7fb1a04a4a change name 2018-12-22 15:22:00 -07:00
Alex Groce
feec722f83 handled for TRACE 2018-12-22 14:34:24 -07:00
Alex Groce
6f168e8e1c add level name at right place 2018-12-22 14:16:16 -07:00
Alex Groce
816ec7a27d try to add trace level 2018-12-22 14:12:17 -07:00
Alex Groce
0f9fe27288 handle new logging in symex 2018-12-22 14:00:11 -07:00
Alex Groce
7efe5f84ad Add macro for TRACE logging 2018-12-22 13:52:18 -07:00
Alex Groce
7756c80d63 try changing test output to TRACE 2018-12-22 13:44:43 -07:00
Alex Groce
1227092089
Merge pull request #142 from trailofbits/implicit_no_fork
Changed --no_fork to --fork as it implies the existence of --no_fork
2018-12-15 14:14:45 -07:00
Peter Goodman
10a664c984 Changed --no_fork to --fork as it implies the existence of --no_fork 2018-12-15 16:10:30 -05:00
Alex Groce
efa655cbaa
Merge pull request #141 from trailofbits/no_fork_mode
Simple no fork mode for replay and fuzzing
2018-12-15 14:02:45 -07:00
Alex Groce
6e0c09f835 Note fork issues in README 2018-12-15 13:46:53 -07:00
Alex Groce
950da4a789 fix various issues 2018-12-15 13:40:17 -07:00
Alex Groce
b89d7d7073 add a simple no fork mode for replay and fuzzing 2018-12-15 13:28:15 -07:00
Alex Groce
939d8998d9 Merge branch 'master' of https://github.com/trailofbits/deepstate 2018-12-11 12:15:49 -07:00
Alex Groce
18e8761576 Remove dependency on angr/manticore on macOS 2018-12-11 12:15:08 -07:00
Alex Groce
5bbba1d3e4
Remind to use BUILD_LIBFUZZER 2018-12-09 21:05:08 -07:00
Alex Groce
66ef2abc1b Fix so libFuzzer works on macOS 2018-12-09 20:59:43 -07:00
Alex Groce
19b606be8e
Fix ranges (C modulo can be negative) 2018-12-09 11:34:47 -07:00