Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorropo/stats-x86-instructions
A small script who count the instruction in a program/binary.
https://github.com/jorropo/stats-x86-instructions
Last synced: 18 days ago
JSON representation
A small script who count the instruction in a program/binary.
- Host: GitHub
- URL: https://github.com/jorropo/stats-x86-instructions
- Owner: Jorropo
- License: gpl-3.0
- Created: 2019-09-30T14:24:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T18:29:51.000Z (about 5 years ago)
- Last Synced: 2024-11-07T07:17:04.254Z (about 2 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Instruction Stater
This shell and python script will use objdump to count how many instruction is in a binary file (and order them by that).
## Usage
```sh
./scan.sh
```### Output
It output as CSV in stdout without headers.
## Need
- objdump
- python 3 (can run with 2 but slowly, to do change python3 to python2 in parse.py)
- Bash (and some utils, whereis, cut, pwd, dirname (should be allready in it))## License
[GPLv3](LICENSE.md)