• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: otool
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: otool


  • Subject: Re: otool
  • From: Mark Bessey <email@hidden>
  • Date: Thu, 28 Jul 2005 10:21:05 -0700

On Jul 28, 2005, at 10:08 AM, D. Walsh wrote:

is there a way with otool to display the functions in a shared library?

for example, I know that libz.dylib contains inflateEnd so how do I get otool to show me it and other functions?

I suppose it depends on what you mean by "show me it". Here are some examples of what you can do with otool...

otool -TVĀ /usr/lib/libz.dylib
Will list all the functions in the library (and which module they're in).

otool -tV /usr/lib/libz.dylib -p _inflateEnd
Will disassemble the library, starting from the given symbol name.

-Mark


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >otool (From: "D. Walsh" <email@hidden>)

  • Prev by Date: otool
  • Next by Date: Re: otool
  • Previous by thread: otool
  • Next by thread: Re: otool
  • Index(es):
    • Date
    • Thread