You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ Sure! Please do pull requests and work in the opened issues. We will pay you in
154
154
155
155
## Limitations
156
156
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.
158
158
159
159
## Authors
160
160
- Alberto Garcia Illera ([@algillera](https://twitter.com/algillera)) agarciaillera@gmail.com
0 commit comments