vanhauser-thc / afl-pin

run AFL with pintool
GNU Affero General Public License v3.0
66 stars 11 forks source link

Build Problems #1

Closed eknoes closed 6 years ago

eknoes commented 6 years ago

It should be mentioned in the README, that PIN_ROOT must be set to the Path where pin is deployed. Furthermore, I cannot build it because it cannot find pin.H. Should the gcc flags include the pin-include directory?

vanhauser-thc commented 6 years ago

did you set PIN_HOME? that would be the reason why it can not find it.

I just pushed a patch that just uses PIN_ROOT and does not use PIN_HOME and did some minor changes to the makefiles. please retest.

eknoes commented 6 years ago

Thanks, it works now!