AngoraFuzzer / libdft64

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

MUL instruction? #7

Open kingsleyluoxin opened 4 years ago

kingsleyluoxin commented 4 years ago

I noticed that MUL instruction was treated as ins_unitary_op. However, if rax/rdx is not tainted before, MUL instruction might taint them. I am wondering how to solve this. :)