AngoraFuzzer / libdft64

libdft for Intel Pin 3.x and 64 bit platform. (Dynamic taint tracking, taint analysis)
Other
236 stars 47 forks source link

API usage question #4

Open s0i37 opened 5 years ago

s0i37 commented 5 years ago

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/