Update README.md

This commit is contained in:
Alex Groce 2018-05-25 10:50:50 -07:00 committed by GitHub
parent 9f5ef8e053
commit b314bb25c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@
DeepState is a framework that provides C and C++ developers with a common interface to various symbolic execution and fuzzing engines. Users can write one test harness using a Google Test-like API, then execute it using multiple backends without having to learn the complexities of the underlying engines. It supports writing unit tests and API sequence tests, as well as automatic test generation. Read more about the goals and design of DeepState in our [paper](https://agroce.github.io/bar18.pdf).
The [2018 IEEE Cybersecurity Development Conference](https://secdev.ieee.org/2018/home) will include a full tutorial on effective use of DeepState.
## Overview of Features
* Tests look like Google Test, but can use symbolic execution/fuzzing to generate data (parameterized unit testing)