Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 809 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 809 Bytes

Multrix

Multrix is a tool developed as a part of a project pursued at the HPC Research Group at National Institute of Technology Karnataka.

It uses dynamic binary instrumentation techniques to automatically construct the Node Dependency Matrix(NDM) of an input binary executable.

Usage

To create a linked library of the Multrix pintool

make obj-intel64/multrix.so

To run the pintool on sample test programs

pin.sh -t obj-intel64/multrix.so -- ./Test_codes/test_binaries/<binary_name>; 

Working

Details about the working of this tool can be found at this blog.

Note: Pin is the Intel DBI framework which can be downloaded here