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
|
18e8761576
|
Remove dependency on angr/manticore on macOS
|
2018-12-11 12:15:08 -07:00 |
|
Alex Groce
|
375659421d
|
Simple brute-force fuzzer (#134)
|
2018-12-08 19:41:10 -03: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 |
|
Peter Goodman
|
48092c7b4b
|
Update main_manticore.py
|
2018-12-05 13:57:07 -05:00 |
|
Peter Goodman
|
5288d5da3d
|
Saturating version of InRange, new variable UsingSymExec
|
2018-12-05 13:55:57 -05:00 |
|
Alex Groce
|
6d2a06d9a0
|
fix parenthesis issue
|
2018-09-06 11:12:15 -07:00 |
|
Alex Groce
|
819e89df5f
|
more consistent aggressive byte reduction
|
2018-09-06 11:11:15 -07:00 |
|
Alex Groce
|
bb1ca0f8c0
|
move start time
|
2018-09-05 18:51:51 -07:00 |
|
Alex Groce
|
03c47607cf
|
timeout instead of control over which to run
|
2018-09-05 18:49:38 -07:00 |
|
Alex Groce
|
edbc055b4b
|
nicer output
|
2018-09-05 14:09:16 -07:00 |
|
Alex Groce
|
44074cfd49
|
try byte reductions
|
2018-09-05 14:08:35 -07:00 |
|
Alex Groce
|
fc57ba1628
|
change output
|
2018-09-05 13:59:16 -07:00 |
|
Alex Groce
|
3e521bcb48
|
verbose
|
2018-09-05 13:49:14 -07:00 |
|
Alex Groce
|
83cdc2f070
|
less verbose
|
2018-09-05 13:39:23 -07:00 |
|
Alex Groce
|
47f29219dd
|
verbose
|
2018-09-05 13:33:58 -07:00 |
|
Alex Groce
|
6c613126c1
|
fix convert to bytearray
|
2018-09-05 13:27:01 -07:00 |
|
Alex Groce
|
845f237d37
|
try actual reduction
|
2018-09-05 13:23:10 -07:00 |
|
Alex Groce
|
3d560daaf4
|
try actual reduction
|
2018-09-05 13:22:56 -07:00 |
|
Alex Groce
|
a2926c0aea
|
ignore double zeros
|
2018-09-05 12:55:04 -07:00 |
|
Alex Groce
|
3978ea0fe9
|
print actual values
|
2018-09-05 12:41:59 -07:00 |
|
Alex Groce
|
c00c11f5f2
|
fix for loop
|
2018-09-05 12:34:54 -07:00 |
|
Alex Groce
|
d412dff965
|
just see if bytes match
|
2018-09-05 12:27:15 -07:00 |
|
Alex Groce
|
4c16c7d61f
|
allow searching for a satisfying test
|
2018-09-03 13:29:42 -07:00 |
|
Alex Groce
|
cd34e03d5b
|
add break
|
2018-09-03 13:20:09 -07:00 |
|
Alex Groce
|
5961ce366c
|
fix bug introduced in refactor
|
2018-09-03 13:17:40 -07:00 |
|
Alex Groce
|
6f3a4a9bdd
|
handle shrinking correctly
|
2018-09-03 13:09:06 -07:00 |
|
Alex Groce
|
5a7e6ad76b
|
get ready for python 3, refactor code to be easier to follow/change
|
2018-09-03 13:05:20 -07:00 |
|
Alex Groce
|
494a5eaaf4
|
fix indent to two
|
2018-09-02 20:17:13 -07:00 |
|
Alex Groce
|
3625454fbb
|
range, not value
|
2018-09-02 13:16:30 -07:00 |
|
Alex Groce
|
ba25358ebf
|
handle zero bytes in reduce-delete
|
2018-09-02 13:07:23 -07:00 |
|
Alex Groce
|
b0ca3ee60e
|
fix typo in type name
|
2018-09-02 13:05:44 -07:00 |
|
Alex Groce
|
e08c7c8479
|
reduce + del operation
|
2018-09-02 13:03:44 -07:00 |
|
Alex Groce
|
faa241b160
|
remove sys import
|
2018-09-01 21:58:04 -07:00 |
|
Alex Groce
|
473ad72d07
|
fix help
|
2018-09-01 21:11:06 -07:00 |
|
Alex Groce
|
ab03350142
|
get rid of my help
|
2018-09-01 21:09:23 -07:00 |
|
Alex Groce
|
f6cceffa33
|
fix argument name
|
2018-09-01 21:04:24 -07:00 |
|
Alex Groce
|
21c23d1152
|
silence pyflakes until we use the parser
|
2018-09-01 17:26:14 -07:00 |
|
Alex Groce
|
69a84c7b68
|
fix C code according to pgoodman comments, annotate multi-byte reads
|
2018-09-01 17:22:40 -07:00 |
|
Alex Groce
|
97618c2a24
|
start addressing peter's comments
|
2018-09-01 15:53:21 -07:00 |
|
Alex Groce
|
90a94ef2fb
|
start with new pass on reduction
|
2018-09-01 14:31:58 -07:00 |
|
Alex Groce
|
b2e1d86cf7
|
allow byte range removal too
|
2018-09-01 14:27:39 -07:00 |
|
Alex Groce
|
2fdd239827
|
make pyflakes happy by removing spurious imports
|
2018-09-01 14:19:29 -07:00 |
|
Alex Groce
|
54d2c8180a
|
update README, nicer output from reducer
|
2018-09-01 14:04:31 -07:00 |
|