Ios Application Security Part 42 Lldb Usage Continued
If you have been following this blog series, you would have noticed that we have been using GDB until now for debugging applications, but the support for GDB has been disabled by Apple. Apple has compiled a very useful list of GDB to LLDB commands to get you up to date with debugging via LLDB that can be found here. We will look at some of the most important commands after hooking into an application....