moralismercatus / crete

Open source concolic testing tool for binaries
1 stars 1 forks source link

Command line arguments need to be escaped in coverage replay. #135

Closed moralismercatus closed 9 years ago

moralismercatus commented 9 years ago

This isn't a problem during normal execution, as the input is sent directly to memory via crete_preload.

During coverage replay, however, that's where the problem surfaces.

moralismercatus commented 9 years ago

I now process each argument in such a way that each non-alphanumeric character is escaped automatically.