AngoraFuzzer / libdft64

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

Building libdft-dta? #2

Open carsonharmon opened 5 years ago

carsonharmon commented 5 years ago

Hi, I'm having some issues building libdft-dta.

I followed the instructions and was able to successfully build source and tools, but in the tools directory when I would run make libdft-dta id get error messages that headers were missing. I went ahead and added the src directory to the include search path and fixed some, but then I also had to add pin's include directory, and it still didn't work.

What directory should I try and build libdft-dta from? Are there extra steps not written in the install instructions that we can write down?

Thanks for your time

s0i37 commented 5 years ago

make PIN_ROOT=/opt/pin TARGET=intel64 or make PIN_ROOT=/opt/pin TARGET=ia32