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.
Commit 10b012fc1af8f4df4e398172f8bb8651ed21b634

Add README
Author: xaizek
Author date (UTC): 2020-09-11 10:43
Committer name: xaizek
Committer date (UTC): 2020-09-11 10:43
Parent(s): a420949bf438c3a24d6ea5c26a3b81127ced026d
Signing key: 99DC5E4DB05F6BE2
Tree: 7653853ad9b62109196f06d8299c7efee7404b7a
File Lines added Lines deleted
README.md 18 0
File README.md added (mode: 100644) (index 0000000..9f98c19)
1 ### What is this
2
3 This is a python script that analyzes output of `objdump` to understand
4 connections between object files.
5
6 See output of `./objdeps.py --help` for the list of options (there are multiple
7 modes of operation).
8
9 ### Usage example
10
11 ```
12 ./objdeps.py --moddeps `find ~/repos/vifm/src/utils -name '*.o'` >| out.gv
13 circo -T png out.gv -o out.png
14 ```
15
16 ### License
17
18 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