Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
illera88 authored Sep 15, 2016
1 parent 61091c6 commit bb8d092
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 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.
- 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.

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

0 comments on commit bb8d092

Please sign in to comment.