1

I am interested in mostly the swizzled methods.

I've tried this Is there any way to list all swizzled methods in an iOS app? but the dependency doesn't work.

Is there a brute force way to just enumerate all classes and methods to compare?

Community
  • 1
  • 1
Avba
  • 14,822
  • 20
  • 92
  • 192
  • Any particular reason `class_copyMethodList` won't work for your case? You'll have to traverse the superclass hierarchy of course, but that's trivial. – Richard J. Ross III Feb 27 '17 at 22:01

0 Answers0