Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0ca authored Sep 15, 2016
1 parent fd0a7a2 commit 61091c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Sure! Please do pull requests and work in the opened issues. We will pay you in

## Limitations
Symbolic execution has some inherent problems:
- Symbolic indexing
- Symbolic memory load/write: When the index used to read a memory value is symbolic like in `x = aray[symbolic_index]` we need to know the limits for the index, get all the possible values `x` could take and generate a symbolic expression to represent this fact.

## Authors
- Alberto Garcia Illera ([@algillera](https://twitter.com/algillera)) [email protected]
Expand Down

0 comments on commit 61091c6

Please sign in to comment.