libdft64 icon indicating copy to clipboard operation
libdft64 copied to clipboard

API usage question

Open s0i37 opened this issue 6 years ago • 0 comments

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:

add_mem_taint(addr, len)
add_reg_taint(reg)

Like a http://shell-storm.org/blog/Taint-analysis-and-pattern-matching-with-Pin/

s0i37 avatar Aug 09 '19 14:08 s0i37