Peter Goodman
|
b1da5d6d48
|
Improved the CMakeLists.txt just slightly. Provided a default, weak-attributed main function into libdeepstate so that tests don't need to define them. The weak attribute means that any main function defined by libfuzzer will be a strong symbol and take over, so there won't be a conflict. Adjusted examples accordingly to omit now redundant conditionally-compiled main functions, as that leaked out too many underlying details.
|
2018-09-27 16:45:08 -07:00 |
|
Alex Groce
|
c23e4e20b5
|
Libfuzzerize all examples
|
2018-07-30 21:31:41 -07:00 |
|
Peter Goodman
|
d227cc7f34
|
Enabled PIC.
|
2018-01-22 21:19:54 -05:00 |
|
Peter Goodman
|
ee80baa0ea
|
Minor fix.
|
2018-01-18 14:24:08 -05:00 |
|
Peter Goodman
|
2eaeb7480c
|
Adding Google Flags-like command-line option parsing, though implemented in C, to the main executable. The code is ported from Granary2.
|
2018-01-07 16:25:31 -05:00 |
|
Peter Goodman
|
188d4517d8
|
Added prime polynomial example, new Pumping function to address scalability challenges with primality testing, and some improvements to the streaming interface, where if you don't stream in values, then the python side doesn't end up printing out some 'empty' stream infos.
|
2017-12-09 16:43:43 -05:00 |
|