Tag Archives: Mac

Tutorial: iOS Reverse Engineering Part I: LLDB

ObjDia_UIWebViewScrollViewAfterLLDB

Hello World! Little Jonathan’s First Reverse Engineering Before I was knee high to a grasshopper as a kid in Minnesota my dad, a mechanical engineer by education, did a bad, bad thing he would occasionally regret. He taught me how to take things apart… When I was a few years old, I approached my grandfather […]

Read more ...

Tutorial: iOS Reverse Engineering Part II: class-dump & Hopper

ObjDia_UIWebViewScrollViewAfterClassDump

In the previous tutorial you used LLBD to gain insight as to whether and how you might become the delegate of UIWebView‘s scrollView while learning some tips and tricks for using LLDB to discover how to insert code into the UIScrollViewDelegate methods of the UIWebView without getting in the way of Apple’s implementation of the […]

Read more ...