Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/dse #518

Merged
merged 6 commits into from Apr 21, 2017
Merged

Feature/dse #518

merged 6 commits into from Apr 21, 2017

Conversation

commial
Copy link
Contributor

@commial commial commented Apr 10, 2017

Introduce a Dynamic Symbolic Execution (DSE) feature, with an example of use.

Basically, this PR includes two classes (which are here to be override for specific use):

  • DSEEngine: runs a symbolic execution aside a concrete one, with check for synchronization, memory symbolization possibility, snapshot management, and a few related helpers
  • DSEPathConstraint: DSE enhanced with constraint obtained while following the concrete path. New initial contexts can be produced to explore other paths

@serpilliere serpilliere merged commit bdd6b06 into cea-sec:master Apr 21, 2017
@commial commial deleted the feature/dse branch April 21, 2017 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants