diff options
author | Charadon <dev@iotib.net> | 2022-10-21 21:20:13 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-10-21 21:20:13 -0400 |
commit | d57fe10e3d3b17a4518f9fe4f9d7af05ddb388a2 (patch) | |
tree | f000b1417eb00a0e7da436109276ae0b074fcf80 /README | |
parent | 0f4ce649ae5e0ddbc1307aed3a270588936d1b49 (diff) | |
download | otool-tree-d57fe10e3d3b17a4518f9fe4f9d7af05ddb388a2.tar.gz |
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 0000000..d8dd447 --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +This software lists all libraries that an executable links to on MacOS. I made +this because otool only shows direct links, but not dependencies on those +links. When ran on an executable, it'll list every library, and you can use +grep to filter the results. This script is slow, but hey, it works. |