From an unencrypted binary compiled from Objective-C, I can view the assembly of functions and methods, annotated with the names of called C functions, with the command otool -tV. However, Objective-C method calls always show as calls to objc_msgSend(). It does not show the selector (name of the method) called.

Is there a way to get it to annotate the called selector when there is a method call?

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top