Sanjay Rawat

Results 15 comments of Sanjay Rawat

have a look at run_2.sh to understand how to call it separately.

$PIN_ROOT/pin -t libdft-dta.so -filename $2 -x $3 -- $1 If you look at the function execute2 in runfuzzer.py, you can derive that $2= name of the file which is input...

thank you. I will check this out soon. currently busy in relocating to another country :)

Hi, Please note that libdft does not have full support of all x86 instructions, including SSE, thus it does not handle instructions involving xmm reg. to my understanding, XADD does...

Hi, Thank you very much. This is indeed very useful and we'll include the description in the README. On the same time, we are about to release a 64-bit version...