Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not only list the used library names, but also their version #9557

Open
YugoCode opened this issue Mar 3, 2018 · 1 comment
Open

Not only list the used library names, but also their version #9557

YugoCode opened this issue Mar 3, 2018 · 1 comment

Comments

@YugoCode
Copy link
Contributor

YugoCode commented Mar 3, 2018

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?

@radare
Copy link
Collaborator

radare commented Mar 3, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants