Commit Graph

338 Commits

Author SHA1 Message Date
Alex Groce
0cd1011ba2 add memory note, mention libFuzzer early 2018-07-31 10:27:51 -07:00
Alex Groce
42c983d5cc add dot 2018-07-30 22:33:48 -07:00
Alex Groce
99dc4270c3 more info on using libfuzzer 2018-07-30 22:33:06 -07:00
Alex Groce
f88ee36aea how to set the test 2018-07-30 22:11:41 -07:00
Alex Groce
6a9dadcf7a fix read of null 2018-07-30 22:09:39 -07:00
Alex Groce
0943f812a0 fix env read 2018-07-30 22:07:59 -07:00
Alex Groce
656ffa1b6d new way to specify which test 2018-07-30 22:05:56 -07:00
Alex Groce
121a748f7e add mention of test control 2018-07-30 21:59:29 -07:00
Alex Groce
dfe450dcf1 proper delimiter 2018-07-30 21:59:18 -07:00
Alex Groce
b25efe48a6 compile the right file 2018-07-30 21:57:10 -07:00
Alex Groce
805e5026ea fix cmakelists 2018-07-30 21:55:15 -07:00
Alex Groce
763d106a7a fix cmakelists 2018-07-30 21:54:27 -07:00
Alex Groce
7b403bbc8f fix cmakelists 2018-07-30 21:53:53 -07:00
Alex Groce
717221836f fix missing _Addition 2018-07-30 21:52:38 -07:00
Alex Groce
711cd7ed3d add other overflow test 2018-07-30 21:50:56 -07:00
Alex Groce
eea3248bfc update readme, fix first/last test, change clang 2018-07-30 21:43:55 -07:00
Alex Groce
c23e4e20b5 Libfuzzerize all examples 2018-07-30 21:31:41 -07:00
Alex Groce
3006e19817 proper link 2018-07-30 21:24:39 -07:00
Alex Groce
2ceaa1173d fix OneOF target name 2018-07-30 21:22:29 -07:00
Alex Groce
1aef3fd325 examples with libfuzzer 2018-07-30 21:21:33 -07:00
Alex Groce
d1a4417dab Add LibFuzzer to makefile 2018-07-30 19:30:10 -07:00
Alex Groce
9d8889e3f2 change name to external, let python konw about new level 2018-07-28 18:06:07 -07:00
Alex Groce
0428686581 let python know about new logging level 2018-07-28 18:04:19 -07:00
Alex Groce
3fe716fbf0 fix extra brace 2018-07-28 12:41:14 -07:00
Alex Groce
8fe58fe48e log as external 2018-07-28 12:40:25 -07:00
Alex Groce
d4e2225727 correct check for INFO to just look for INFO: 2018-07-28 12:36:54 -07:00
Alex Groce
1343cecfc2 correct check for INFO 2018-07-28 12:35:19 -07:00
Alex Groce
6418a5cd16 strnstr not available 2018-07-28 12:29:38 -07:00
Alex Groce
5e9c208c3b better logging 2018-07-28 12:27:07 -07:00
Alex Groce
78a99537c0 Also log fatals 2018-07-28 09:22:30 -07:00
Alex Groce
3a77882835 log only fuzzer info 2018-07-28 09:20:15 -07:00
Alex Groce
e4db876959 try logging as fuzzer 2018-07-28 09:18:14 -07:00
Alex Groce
e263f46696 fix logging level name 2018-07-28 09:14:38 -07:00
Alex Groce
af6c5d8eac different approach 2018-07-28 09:11:34 -07:00
Alex Groce
fcf53b25a5 try to silence logging 2018-07-28 08:58:45 -07:00
Alex Groce
a55402fe8b fix output problem 2018-07-28 04:48:09 -07:00
Alex Groce
dbc2adc360 try printf instead 2018-07-28 04:45:29 -07:00
Alex Groce
5529d560f3 fix stream 2018-07-28 04:41:59 -07:00
Alex Groce
7b2fec9b37 don't crash on failure/crash 2018-07-28 00:32:43 -07:00
Alex Groce
c4f533d003 abort on failure or crash 2018-07-27 22:52:36 -07:00
Alex Groce
21a2153eb3 just skip warning for now, silence later 2018-07-27 22:24:55 -07:00
Alex Groce
9fa8c4bcf7 silence deepstate output, print libFuzzer output without warning 2018-07-27 22:13:21 -07:00
Alex Groce
d95dcf65e3 change way memory is allocated 2018-07-27 21:27:28 -07:00
Alex Groce
519b61a7a9 Proper print format 2018-07-27 21:14:54 -07:00
Alex Groce
95cdb135fc proper return value for LLVM run 2018-07-27 21:11:11 -07:00
Alex Groce
fe3a417637 special version for libFuzzer that doesn't fork 2018-07-27 21:10:02 -07:00
Alex Groce
4066104189 debugging 2018-07-27 17:36:57 -07:00
Alex Groce
89ceafcea6 initialize options 2018-07-27 17:10:43 -07:00
Alex Groce
8c02b19371 move to .c 2018-07-27 16:58:58 -07:00
Alex Groce
4ab8a6c712 go back to extern 2018-07-27 16:54:48 -07:00