Skip to content

adrianherrera/categorize-instructions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Categorize Instructions

Simple Intel PIN tool to categorize dynamically-executed instructions.

To build:

export PIN_ROOT=/path/to/pin
make

To run:

export PATH=$PIN_ROOT:$PATH
pin -t obj-intel64/categorize-insts -- /path/to/executable

This will produce inst-categories.csv. To change the output file, use the -o option (to the PIN tool). To append to an existing output file, use the -a option.

About

Intel Pin tool for categorizing x86 instructions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published