Peter Goodman
|
5c97e7aa14
|
Change how pointers are streamed.
|
2018-07-23 11:56:23 -04:00 |
|
Peter Goodman
|
622afcdb98
|
Made variadic argument lists work in 32 bit x86.
|
2017-12-13 23:53:48 -05:00 |
|
Peter Goodman
|
1433f34960
|
Makeing 100% sure that the format_bufs are NUL-terminated.
|
2017-12-13 22:46:20 -05:00 |
|
Peter Goodman
|
7c585f5c44
|
Add 32-bit support, i.e. libdeepstate32
|
2017-12-13 21:53:33 -05:00 |
|
Peter Goodman
|
308fe70eb6
|
Hooked __assert_fail into the logging system.
|
2017-12-13 12:43:34 -05:00 |
|
Peter Goodman
|
8248bbdcbc
|
Removed usage of old name, added in a Euler power of like primes example. When the pairwise ASSERT_NEs are absent, you get interesting results that show examples of integer overflows.
|
2017-12-10 20:08:08 -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 |
|
Peter Goodman
|
4f914e4eee
|
Fixes to stream formatting of doubles, they weren't being streamed before. Implemented the chk versions of printf and such, so that they all route through the logging interface as well. Implemented the concretization APIs.
|
2017-11-01 17:56:54 -04:00 |
|
Peter Goodman
|
d2bc82fc35
|
Renaming from McTest to DeepState.
|
2017-11-01 13:38:32 -04:00 |
|
Peter Goodman
|
a46e06b03b
|
Refactored to split common code between Manticore and Angr out into common.py. Implemented the new deferred streaming stuff, it seems to work semi-well for this simple cases I've tested, but there's still work to do. The latest code has some remaining issues. Printing out the final input bytes in Angr shows the wrong thing, although what gets streamed out is right. This is visible when running mctest-angr examples/ArtihmeticProperties. With Manticore, the big issue is that it doesn't properly pickle smt expressions (or something to this effect), so I'm ending up with multiple definitions of the same stuff and that throws exceptions. This is tricky to deal with because the streaming of output needs to be able to save symbolic data.
|
2017-11-01 02:42:31 -04:00 |
|