Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 787 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 787 Bytes

Pintools

This repository is a collection of versatile pintools. Assembled shared-objects for 64-bit architecture have been provided. Source code files have been provided for further customisation and re-assembling. template.cpp: Template of a pintool for creating new tools.

Tools:

imports.cpp: Prints all the imports in a hierarchial manner.

names.cpp: Prints the name of all the images, sections and routines in the imports as well as the native binary itself.

taint.cpp: Follow your data through registers and memory.