Ios Application Security Part 5 Advanced Runtime Analysis And Manipulation Using Cycript Yahoo Weather App
In the previous article, we learnt how to setup Cycript on your idevice, hook into a running process and obtain information about its properties in runtime. In this article, we will look at some advanced runtime analysis techniques. We will look at how we can obtain information about a particular class (methods, instance variables) and modify them at runtime. Finding methods for a particular class Let’s say we are analyzing the flow of an app during its runtime....