imoreapps / ZombieDetector

A project that demonstrates detecting iOS zombie objects by using fishhook library. The core concept of project is from the Bugly article http://dev.qq.com/topic/59141e56ca95d00d727ba750, thanks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZombieDetector

A project that demonstrates detecting iOS zombie objects by using fishhook library. The core concept of project is from the Bugly article http://dev.qq.com/topic/59141e56ca95d00d727ba750, thanks.

这是一个演示如何利用fishhook开源库检测iOS野指针的实例工程,该工程参考了Tencent Bugly分享的检测**,完整的思路请参考如下链接:

http://dev.qq.com/topic/59141e56ca95d00d727ba750

http://dev.qq.com/topic/59142d61ca95d00d727ba752

有关Xcode检测Zombie的实现原理请参考Apple官方文档: https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/EradicatingZombies.html#//apple_ref/doc/uid/TP40004652-CH82-SW1

再次感谢Tencent Bugly的分享。

About

A project that demonstrates detecting iOS zombie objects by using fishhook library. The core concept of project is from the Bugly article http://dev.qq.com/topic/59141e56ca95d00d727ba750, thanks.


Languages

Language:C 55.0%Language:Objective-C 45.0%