AngoraFuzzer / libdft64

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

STOSD & STOSQ taint propogation issue #5

Open ashishk1994 opened 5 years ago

ashishk1994 commented 5 years ago

Hi,

looks like at line:472 & 480 in https://github.com/AngoraFuzzer/libdft64/blob/master/src/ins_xfer_op.cpp

We are giving the wrong callback, it should be r2m_xfer_opl & r2m_xfer_opq respectively. please confirm and fix.

Thanks