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.
Subject SHA-1 Author Date
Add README 10b012fc1af8f4df4e398172f8bb8651ed21b634 xaizek 2020-09-11 10:43:19
Add license a420949bf438c3a24d6ea5c26a3b81127ced026d xaizek 2020-09-11 10:43:11
Rename to objdeps b6d7e47ffcbee58ead16752c79274abf2628eb63 xaizek 2020-09-11 10:35:11
Drop run.sh 81e9edc8f7d42a316378271b38efd4f183774bf5 xaizek 2020-09-11 10:34:47
Count self-imports of symbols separately 2fe0dd38619fdb5356f8fdfe116da2fb0073a31d xaizek 2020-09-11 10:34:14
Implement basic file grouping 147a4faa826b83530038ffecee4aaca96de4c4cf xaizek 2016-09-26 10:27:07
Remove unused function to run `nm` 8c4e8652b467e35e263c3d2f3fd5ea3da7666222 xaizek 2016-09-26 10:24:38
Generally more usable version with args 07f6d8f9e7fc7209b3ee816cb30ae6c9a748eba8 xaizek 2016-01-14 19:00:54
Skip main() from the list of unused functions 00cdac438ef4dfeaf0f18b06cfbb81b2d21e661d xaizek 2016-01-13 18:52:32
Some version 8d8e32234dfdb1aab912ec79a12aa6fe3bb2960f xaizek 2016-01-13 18:49:03
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