-1

I downloaded pin Tool from here. I want help to install it on Ubuntu.

andrew.46
  • 38,003
  • 27
  • 156
  • 232
hammad
  • 11

1 Answers1

5

I checked the website. This program does not actually need any installation procedure. To use the package, simply do:

cd (your downloaded package's destination)
tar zxf pin-3.2-81205-gcc-linux.tar.gz
cd pin-3.2-81205-gcc-linux

and then follow the instructions in the README to use the package's functions. (i.e. ./pin SOMECOMMAND. )

Zanna
  • 70,465
  • I Do that.but cannot know how to Utilize that.i compiled C file from that and it makes .out file so how to open it using that tool – hammad Aug 26 '17 at 11:42