https://github.com/netspi/pin
Intel pin tools
https://github.com/netspi/pin
Last synced: 11 months ago
JSON representation
Intel pin tools
- Host: GitHub
- URL: https://github.com/netspi/pin
- Owner: NetSPI
- Created: 2017-05-22T14:39:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T15:12:31.000Z (almost 9 years ago)
- Last Synced: 2025-04-04T12:04:02.252Z (12 months ago)
- Language: C++
- Size: 1000 Bytes
- Stars: 19
- Watchers: 10
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pin
Introduction to intel pin tool
## Setup
Find the correct download here: https://software.intel.com/en-us/articles/pintool-downloads. This example was tested on Kali linux. Untar the file. I built my tool under the MyPinTool directory at .../pin-3.2-81205-gcc-linux/source/tools/MyPinTool.
## Running the tool
Drop the syscall tool into the MyPinTool directory. Open makefile.rules with your favorite text editor and change the target of the TEST_TOOL_ROOTS to the example syscall tool. Then:
```
make
../../../pin -t obj-intel64/syscalltest.so -- python http.py
```