diff options
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. |