I am doing analysis of a Swift iOS application. I am able to attach gdb or Cycript, but after that these tools are not able to do any method swizzling. I cant even call some method directly using Cycript, which is very easy in Objective C apps.
In gdb, I can set the breakpoint on the methods, but it's not able to detect the same method during execution. If there is a way for runtime analysis of Swift apps, please let me know.