534 Commits

Author SHA1 Message Date
Alex Groce
8ef1bd6af8 assign LOGGING.trace 2019-01-02 16:31:45 -07:00
Alex Groce
9f8f0f0a41 set default log level in symex 2019-01-02 16:31:45 -07:00
Alex Groce
4bc1a3c00d start on symex logging changes 2019-01-02 16:31:45 -07:00
Alex Groce
caa3d33429 change log level when fuzzing if not specified 2019-01-02 16:31:45 -07:00
Alex Groce
51d8518c51 log level should default 0, but be raised for fuzzing unless specified 2019-01-02 14:59:49 -07:00
Alex Groce
db8559fe7b fuzzing now defaults to log level INFO, and demotes some messages 2019-01-02 14:19:38 -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
Alex Groce
375659421d Simple brute-force fuzzer (#134) 2018-12-08 19:41:10 -03:00
Alex Groce
c9a4d676e3
Fix typo 2018-12-08 00:48:14 -07:00
Alex Groce
f2ba6462ce
Merge pull request #133 from trailofbits/even_distribution_ranges
Changes to ranges with equal distribution, for better fuzzing -- esp. OneOf
2018-12-06 18:31:57 -07:00
Alex Groce
2f6dd8e047 use all 1s just in case other-endian 2018-12-06 17:20:52 -07:00
Alex Groce
c2745be882 move setting UsingSymExec to right place 2018-12-06 17:16:38 -07:00
Alex Groce
062e62106c
Try writing symexec in do_run_test 2018-12-06 15:13:52 -07:00
Alex Groce
5cc17b00ed fix if 2018-12-06 05:15:42 -07:00
Alex Groce
e7cb3ce8cd try immediate return for manticore 2018-12-06 05:09:23 -07:00