about summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-10-21 21:20:13 -0400
committerCharadon <dev@iotib.net>2022-10-21 21:20:13 -0400
commitd57fe10e3d3b17a4518f9fe4f9d7af05ddb388a2 (patch)
treef000b1417eb00a0e7da436109276ae0b074fcf80 /README
parent0f4ce649ae5e0ddbc1307aed3a270588936d1b49 (diff)
downloadotool-tree-master.tar.gz
Added LICENSE and README HEAD master
Diffstat (limited to 'README')
-rw-r--r--README4
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.