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.
<root> / README.md (9f98c19a845ef37c65fb3c6fab34c760aa6f2db5) (433B) (mode 100644) [raw]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
### 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