xaizek / objdeps (License: Apache-2.0) (since 2020-09-11)
This is a python script that analyzes output of `objdump` to understand connections between object files.
File Mode Size
LICENSE 100644 9,211B
README.md 100644 433B
ideas 100644 434B
objdeps.py 100755 13KiB

/README.md

What is this

This is a python script that analyzes output of objdump to understand connections between object files.

See output of ./objdeps.py --help for the list of options (there are multiple modes of operation).

Usage example

./objdeps.py --moddeps `find ~/repos/vifm/src/utils -name '*.o'` >| out.gv
circo -T png out.gv -o out.png

License

The script is made available under the Apache 2.0 license.

Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/objdeps

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/objdeps

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master