Skip to content

Commit 61091c6

Browse files
authored
Update README.md
1 parent fd0a7a2 commit 61091c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Sure! Please do pull requests and work in the opened issues. We will pay you in
154154

155155
## Limitations
156156
Symbolic execution has some inherent problems:
157-
- Symbolic indexing
157+
- 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.
158158

159159
## Authors
160160
- Alberto Garcia Illera ([@algillera](https://twitter.com/algillera)) agarciaillera@gmail.com

0 commit comments

Comments
 (0)