xcode反汇编调试iOS模拟器程序

xcode反汇编调试iOS模拟器程序
(一)查看反汇编http://blog.csdn.net/hursing/article/details/8697654
(二)看懂反汇编http://blog.csdn.net/hursing/article/details/8700964
(三)查看Objective-C函数与参数http://blog.csdn.net/hursing/article/details/8721870
(四)自动断点应用之NSNotificationCenter http://blog.csdn.net/hursing/article/details/8752235
(五)调试objc_msgSend函数http://blog.csdn.net/hursing/article/details/8755491
(六)函数出入口处的处理与局部变量http://blog.csdn.net/hursing/article/details/8766487
(七)Debug与Release的区别http://blog.csdn.net/hursing/article/details/8766719
(八)反汇编自己的代码来掌握规则http://blog.csdn.net/hursing/article/details/8766135

你可能感兴趣的:(xcode反汇编调试iOS模拟器程序)