GitXplorerGitXplorer
m

objdump2stats

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0826c544cdf6c36be266b9126958aee88142e027

Initial commit

mmarmeladema committed 5 years ago

README

The README file for this repository.

============= objdump2stats


:Author: Elie ROUDNINSKI <mailto:xademax@gmail.com>_

objdump2stats is a pure Python package that compute statistics from objdump disassembly output.

.. contents:: :backlinks: none

.. sectnum::

Installation

Requirements

objdump2stats requires Python 3. It has been tested on Python 3.8 on Linux.

From github

You can clone this repository and install it with setuptools directly::

$ python3 setup.py install --user

From pip

As every pip available package, you can install it easily with the pip package::

$ python3 -m pip install --user objdump2stats

Usage

Just pipe the standard output of objdump to objdump2stats's standard input::

$ objdump -d /bin/false |  objdump2stats

This should print a JSON document with various information gathered from objdump.