Skip to content

Commit bb8d092

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

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 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.
157+
- Symbolic memory load/write: When the index used to read a memory value is symbolic like in `x = aray[symbolic_index]` some problems arise that could lead on the loose of track of the tainted/symbolized user controled input.
158158

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

0 commit comments

Comments
 (0)