https://github.com/tobedefined/zombiecatcher
Zombie Object 实现测试
https://github.com/tobedefined/zombiecatcher
Last synced: 12 months ago
JSON representation
Zombie Object 实现测试
- Host: GitHub
- URL: https://github.com/tobedefined/zombiecatcher
- Owner: ToBeDefined
- Created: 2022-04-28T06:59:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T14:14:35.000Z (about 3 years ago)
- Last Synced: 2025-05-07T21:05:30.619Z (12 months ago)
- Language: Objective-C
- Size: 56.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Zombie Object Demo
兼容 hook free 方式以及 hook dealloc 方式
参考:
[如何定位Obj-C野指针随机Crash(一):先提高野指针Crash率](https://cloud.tencent.com/developer/article/1070505)
[如何定位Obj-C野指针随机Crash(二):让非必现Crash变成必现](https://cloud.tencent.com/developer/article/1070512)
[如何定位Obj-C野指针随机Crash(三):如何让Crash自报家门](https://cloud.tencent.com/developer/article/1070528)
[ObjC源码](https://github.com/apple-oss-distributions/objc4)