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 |
|
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 |
|
Alex Groce
|
c6fe91f9af
|
mention blog posts
|
2019-01-23 14:04:08 -07:00 |
|
Alex Groce
|
debe187777
|
mention property-based testing
|
2019-01-18 11:35:30 -07:00 |
|
Alex Groce
|
105248ca94
|
Note need to make install
|
2019-01-13 15:39:33 -07:00 |
|
Alex Groce
|
216e225fcb
|
reducer now work fine under Python 3
|
2019-01-13 13:43:48 -07:00 |
|
Alex Groce
|
16fcad4db1
|
change afl instructions slightly
|
2019-01-10 14:07:02 -07:00 |
|
Alex Groce
|
b24e346d6c
|
fix typo
|
2019-01-10 14:02:37 -07:00 |
|
Alex Groce
|
e6281104a2
|
mention leveldb example
|
2019-01-10 14:01:34 -07:00 |
|
Alex Groce
|
7faf6a2e6b
|
some readme cleanup, removing duplicate section
|
2019-01-10 14:00:33 -07:00 |
|
Alex Groce
|
6faf3dab38
|
tell which test failed when doing a replay
|
2019-01-09 14:28:51 -07:00 |
|
Alex Groce
|
84f317da06
|
exit on fail now supported
|
2019-01-09 12:44:52 -07:00 |
|
ggrieco-tob
|
eeca3ab6ef
|
Merge branch 'dev-python3.6' of ssh://github.com/trailofbits/deepstate into dev-python3.6
|
2019-01-07 12:41:37 -03:00 |
|
ggrieco-tob
|
3abda23601
|
fixed TerminateState identification issue
|
2019-01-07 12:40:40 -03:00 |
|
ggrieco-tob
|
3ce73c78f4
|
Update main_manticore.py
|
2019-01-07 12:24:09 -03:00 |
|
ggrieco-tob
|
011639cea4
|
Update .travis.yml
|
2019-01-07 11:21:32 -03:00 |
|
ggrieco-tob
|
b676147c7a
|
Update .travis.yml
|
2019-01-07 11:16:29 -03:00 |
|
ggrieco-tob
|
317794bd38
|
Update .travis.yml
|
2019-01-07 11:15:09 -03:00 |
|
ggrieco-tob
|
5e4980c212
|
Update .travis.yml
|
2019-01-07 10:50:19 -03:00 |
|
ggrieco-tob
|
bddaca59d5
|
Upgrade to bionic (to use python3.6 from the official repositories)
|
2019-01-07 10:36:10 -03:00 |
|
ggrieco-tob
|
e97c5fa1ee
|
Update CMakeLists.txt
|
2019-01-07 10:22:52 -03:00 |
|
ggrieco-tob
|
0ac3c733ba
|
Update .travis.yml
|
2019-01-07 09:28:23 -03:00 |
|
ggrieco-tob
|
a3c4560d28
|
Fixed python-nose
|
2019-01-07 09:11:57 -03:00 |
|
ggrieco-tob
|
8ba19cb121
|
merge + fixes in travis
|
2019-01-07 09:05:19 -03:00 |
|
Alex Groce
|
8ced662872
|
mention loud option
|
2019-01-06 16:35:06 -07:00 |
|
Alex Groce
|
b7e44b511e
|
proper default
|
2019-01-06 14:58:29 -07:00 |
|
Alex Groce
|
af4a0a2007
|
Add a loud mode for debugging libFuzzer on mac OS
|
2019-01-06 14:56:20 -07:00 |
|
Alex Groce
|
f9334cdbc6
|
Merge pull request #161 from trailofbits/readme_example
Clean up the Runlen.cpp example and add it to README
|
2019-01-04 13:24:00 -07:00 |
|
Alex Groce
|
43fd179d6f
|
Merge branch 'master' into readme_example
|
2019-01-04 13:22:54 -07:00 |
|
Alex Groce
|
0ef1e9b4c2
|
Multiple spelling error and readability fixes
|
2019-01-04 13:17:44 -07:00 |
|
Alex Groce
|
58df6801a1
|
more readme edits, typo fixes, etc.
|
2019-01-04 13:13:57 -07:00 |
|
Alex Groce
|
cbdda8bdea
|
reorg of README
|
2019-01-04 13:02:34 -07:00 |
|
Alex Groce
|
a30234fc7c
|
fix log level arg
|
2019-01-04 13:00:31 -07:00 |
|
Alex Groce
|
878528e672
|
add boring unit test
|
2019-01-04 12:49:43 -07:00 |
|
Alex Groce
|
0c8185567d
|
comment clarifying example
|
2019-01-04 12:35:06 -07:00 |
|
Alex Groce
|
f55bad722a
|
comment on the code
|
2019-01-04 12:25:31 -07:00 |
|