Good day.
I have a common question.
How can I use your taint engine for tracking arbitrary data in common case?
For example I don't know which function will touch some input data. I manual implement a searching my input data in whole memory and in case if I found them I will mark memory.
I am looking for functions like a:
Good day. I have a common question. How can I use your taint engine for tracking arbitrary data in common case? For example I don't know which function will touch some input data. I manual implement a searching my input data in whole memory and in case if I found them I will mark memory. I am looking for functions like a:
Like a http://shell-storm.org/blog/Taint-analysis-and-pattern-matching-with-Pin/