When using a disassembler to analyze IOS binaries (Mach-O) files, I see that method names are annotated for functions in external libraries, even for C-style function calls in release binaries. I have been reading up on the Mach-O file format but am having trouble finding out to match up up the __stub_helper entries with the function names, and the names don't appear to be stored in the binary itself.

Thanks!

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Figured it out - the information is stored in LC_DYLD_INFO_ONLY->lazy_bind_off. See the comments in this question for more details:

Mach-O symbol stubs (IOS)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.