DynamoRIO / DynamoRIO/dynamorio
eliminate quoting hacks (@@, etc.) by using modern no-quotes-needed arg passing
Open
Component-Tests
good first issue
help wanted
Maintainability
Migrated
Priority-Low
Type-Feature
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 30
Description
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on November 22, 2013 16:17:02_
Since we have -c and other option passing improvements in drrun we should
be able to get rid of the hacks that use @@, @, and ! to pass complex
command lines to external scripts.
We should be able to apply this to Dr. Memory as well by either using
multiple -dr_ops or having some alternative form there.
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1327_
Contributor guide
Assessment
This issue has not been assessed yet.