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.