Is there a way to determine the argument types of Objective-C methods traced by Instruments? I created a custom DTrace Instrument that just lists all Objective-C calls in a class. I am trying to swizzle one of the methods, but only the method name is listed.
Is there a way to determine the argument types? Or as an alternative, a way to swizzle the methods without knowing the argument types?