因为是Swift和OC混编的程序,用class-dump无效,我现在想hook它的一个类方法IDA分析的如下:
id __cdecl +[FacedpsEngine turnFaceToYounger:::::](struct FacedpsEngine *self, SEL a2, ImageBuf *a3, FaceDAInfo *a4, ImageBuf *a5, FaceDAInfo *a6, int64_t a7)
MSHookMessageEx的第二个参数@selector(xxxxx)该怎么写呢?