Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)