Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ccelio/isa-analysis-tools
- Owner: ccelio
- License: other
- Created: 2019-01-07T21:25:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T21:34:58.000Z (almost 6 years ago)
- Last Synced: 2024-11-01T02:42:44.252Z (about 2 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 -hFinally, a histogram builder tool for x86 can be added to Pin.