Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ccelio/isa-analysis-tools

A set of scripts and tools that are helpful for analyzing different ISAs' code behavior.
https://github.com/ccelio/isa-analysis-tools

Last synced: 3 days ago
JSON representation

A set of scripts and tools that are helpful for analyzing different ISAs' code behavior.

Awesome Lists containing this project

README

        

How to run the scripts:

$./find_assembly_tops.py -f example-data/401.bzip2.1.err -d example-data/401.bzip2.dump

$./fused_ops_analysis.py -f example-data/401.bzip2.1.err -d example-data/401.bzip2.dump

Check the command line arguments to change how much data is analyzed/printed out.

$./find_assembly_tops.py -h

Finally, a histogram builder tool for x86 can be added to Pin.