Вопрос

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