How to see some basic information about a MacOS binary file, specifically what was used to build it, which frameworks it is linked against and what system calls it is using?
I tried nm
and otool -L
but their output is only partially useful.
For example, what would indicate that a binary was built with xcode or golang compiler?