Pin 2.0 Kit 7259 review

Download
by rbytes.net on

Pin is a tool for the dynamic instrumentation of programs

License: Freely Distributable
File size: 3559K
Developer: Robert Cohn
0 stars award from rbytes.net

Pin is a tool for the dynamic instrumentation of programs. Pin supports Linux binary executables for Intel (R) Xscale (R), IA-32, IA-32E (64 bit x86), and Itanium (R) processors.

Pin was designed to provide functionality similar to the popular ATOM toolkit for Compaq's Tru64 Unix on Alpha, i.e. arbitrary code (written in C or C++) can be injected at arbitrary places in the executable. Unlike Atom, Pin does not instrument an executable statically by rewriting it, but rather adds the code dynamically while the executable is running. This also makes it possible to attach Pin to an already running process.

Pin provides a rich API that abstracts away the underlying instruction set idiosyncrasies and allows context information such as register contents to be passed to the injected code as parameters. Pin automatically saves and restores the registers that are overwritten by the injected code so the application continues to work. Limited access to symbol and debug information is available as well.

What's New in This Release:
This release supports Windows and Mac OS X for IA-32.

Pin 2.0 Kit 7259 search tags