You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When printing the used libraries of a Mach-O binary with otool, the output looks like this:
/System/Library/Frameworks/Foundation.framework/Foundation (compatibility version 300.0.0, current version 1450.14.0)
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.0.0)
/System/Library/Frameworks/AddressBook.framework/AddressBook (compatibility version 1.0.0, current version 1.0.0)
So could we extend the il command, to also print the compatibility and current version?
The text was updated successfully, but these errors were encountered:
Seems like a good addition to rbin. But this implies changing the liblist to return a list of structs instead of strings.
Also, wonder which other fileformats expose this info outside the filename
On 3 Mar 2018, at 07:52, Daniel Corak ***@***.***> wrote:
When printing the used libraries of a Mach-O binary with otool, the output looks like this:
/System/Library/Frameworks/Foundation.framework/Foundation (compatibility version 300.0.0, current version 1450.14.0)
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.0.0)
/System/Library/Frameworks/AddressBook.framework/AddressBook (compatibility version 1.0.0, current version 1.0.0)
So could we extend the il command, to also print the compatibility and current version?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
When printing the used libraries of a Mach-O binary with otool, the output looks like this:
So could we extend the
il
command, to also print the compatibility and current version?The text was updated successfully, but these errors were encountered: