689 Commits

Author SHA1 Message Date
root
80421927a3 quick fix to avoid infinite loop 2019-05-17 21:21:00 +00:00
Alex Groce
fe83ce5262
Merge pull request #186 from trailofbits/fixup_ranges_in_reducer
Speed up reducer by figuring out converted bytes for ranges without trying byte reduces
2019-05-17 12:02:13 -07:00
agroce
dd98f14ccb automatic range adjustments when reducing 2019-05-17 11:55:32 -07:00
agroce
f93c42ba13 fix longstanding bug where passing tests are always saved in nofork fuzzing 2019-05-17 11:52:23 -07:00
agroce
72688701b8 verbose reads now tells about conversions 2019-05-17 09:47:48 -07:00
Alex Groce
e187b1db5e
Merge pull request #184 from trailofbits/reducer_swapping
Add a new mode letting the reducer swap OneOfs to improve shortlex ordering
2019-05-17 09:32:41 -07:00
agroce
3e756c2778 Improved reducer output, new OneOf swapping mode 2019-05-17 09:23:07 -07:00
Alex Groce
65f2d06413
Try older manticore until we handle the API change 2019-05-15 09:37:20 -07:00
Alex Groce
ae168a1398
Note about using older Manticore version 2019-05-14 13:53:33 -07:00
agroce
2227511f8b slightly more useful info on fuzzers 2019-04-27 21:22:45 -07:00
Alex Groce
127b54a171
Merge pull request #180 from trailofbits/incremental_reduce
reducer should save the file at each reduction, so interrupting doesn't lose everything
2019-04-26 23:12:21 -07:00
agroce
594f980872 write after each change 2019-04-26 22:10:34 -07:00
Alex Groce
54bc7d19e2
Merge pull request #179 from trailofbits/verbose_reduce
Easier to see what's going on in big reductions
2019-04-26 21:50:13 -07:00
agroce
ed35e6e225 verbose option 2019-04-26 21:31:04 -07:00
Alex Groce
9099dfa2d1
Merge pull request #178 from trailofbits/improve_reducer
Speed up the reducer
2019-04-26 20:44:22 -07:00
agroce
1001d37c9b fast mode 2019-04-26 19:59:16 -07:00
agroce
9c8a0106b3 Fix seeds usage 2019-04-25 11:41:47 -07:00
Alex Groce
9d2d5d7e8b
Mention we can use eclipser 2019-04-25 11:00:56 -07:00
Alex Groce
a0b2640297
Merge pull request #177 from trailofbits/tidy_eclipser
Improve eclipser interface, and fix how DeepState intentionally crashes
2019-04-25 10:53:39 -07:00
agroce
4ef19da2dd nicer way to crash 2019-04-25 09:41:29 -07:00
agroce
671457cb11 fix abandons looking like crashes in no-fork mode 2019-04-25 09:23:39 -07:00
agroce
daa082a9fb fix args 2019-04-25 08:59:24 -07:00
agroce
b369913249 name change for args 2019-04-25 08:57:56 -07:00
agroce
596199aa8b fix arg passing, removal of decoded dir 2019-04-25 08:56:57 -07:00
agroce
d58c74c946 clean up the interface code 2019-04-25 08:32:27 -07:00
Alex Groce
052042ac0b
Merge pull request #175 from trailofbits/fix_eclipser
Fix Eclipser interface
2019-04-24 13:32:15 -07:00
agroce
81777f1e2d hard crash 2019-04-24 13:09:11 -07:00
agroce
68419e12e9 fix abort on fail for asserts in DeepState harness 2019-04-24 12:35:42 -07:00
agroce
b1496d7ec6 first make Eclipser run no_fork 2019-04-24 11:50:08 -07:00
Alex Groce
18bfcd48d7
Merge pull request #172 from trailofbits/actual_eclipser
Support Eclipser fuzzer
2019-04-22 11:11:45 -07:00
agroce
3409283fa1 proper file placement 2019-04-22 10:46:32 -07:00
agroce
6923e2c38a allow control of all interesting Eclipser settings 2019-04-22 10:04:27 -07:00
Gustavo Grieco
d3704725b2
Update README.md 2019-04-22 13:24:03 -03:00
agroce
669bccf55f fix whichTest, add input length control 2019-04-21 23:39:26 -07:00
agroce
d6e55def48 use env better, new dirs 2019-04-21 20:44:49 -07:00
Gustavo Grieco
9d64719e84
Fix Python3 support (#170)
* Update main_manticore.py

* Fix python3 in CMake [skip ci]

* Update StreamingAndFormatting.cpp

* [skip ci]

* Update .travis.yaml [skip ci]

* Temporarily disable OneOf test using manticore (it is broken)

* Update README [skip ci]
2019-04-21 22:06:24 -03:00
agroce
5ea4a239a5 fixes 2019-04-21 14:40:01 -07:00
agroce
218ac0eb54 add setup 2019-04-21 13:54:12 -07:00
agroce
e65ec12d65 add eclipser 2019-04-21 13:53:07 -07:00
Peter Goodman
30211fba72
Merge pull request #97 from trailofbits/dev-python3.6
Experimental python3.6 version
2019-03-28 17:15:14 -04:00
agroce
4dfd951882 allow building without static for compilers/sanitizers where that is not a good idea 2019-03-02 09:27:22 -07:00
agroce
6e5fe453fe entry point for fuzzbuzz.io 2019-03-01 13:09:27 -07:00
agroce
032ae5ba4e truncate too-long tests with warning, rather than abort (better for fuzzers, nicer for replay) 2019-02-19 18:17:45 +00:00
agroce
80576159a9 file too large now won't make AFL think it saw a crash 2019-02-13 22:45:40 +00:00
agroce
ef9eae0668 fix mac OS stuff to point to a newer clang 2019-02-11 13:31:35 -07:00
Alex David Groce
4a6d170650 Fix input_which_test comparison 2019-02-11 12:37:51 -07:00
Gustavo Grieco
151354cb90
Update .travis.yml 2019-01-24 14:17:50 -03:00
Gustavo Grieco
19df0d94d1
Update .travis.yml 2019-01-24 14:09:35 -03:00
ggrieco-tob
488279f4f1 Merge remote-tracking branch 'origin/master' into dev-python3.6 2019-01-24 12:40:26 -03:00
Alex Groce
c3a187aa0f
Typo, info on defaults 2019-01-24 06:02:26 -07:00