DeftMKJ / iOS_Private_API_CheckerLinks
iOS 12.1 Xcode10以上检查私有API
☆31Updated 2 years ago
Alternatives and similar repositories for iOS_Private_API_Checker
Users that are interested in iOS_Private_API_Checker are comparing it to the libraries listed below
Sorting:
- 静态插桩的方式来实现Hook Method☆159Updated 5 years ago
- A runtime block hook mechanism(一个运行时的 block hook 机制)。☆123Updated 4 years ago
- iOS 快速获取硬件信息。☆159Updated 3 years ago
- 由于官方machoview不再维护,出现和macOS 或Xcode不兼容的问题,所在这里自己维护一下MachoView☆38Updated 7 years ago
- QiLagMonitor is an iOS performance detection tool, which can monitor method time and method call stack through hook objc_msgsend.☆135Updated 2 years ago
- Objective C method tracing tool for iOS/macOS☆58Updated 6 years ago
- A hotfix library based on flex/yacc. You can call any Objective-C class and method using DynamicOC.☆237Updated 5 years ago
- ☆133Updated 6 years ago
- Stinger is a high-efficiency library with great compatibility, for aop in Objective-C, using libffi.☆51Updated 6 years ago
- 本文将介绍iOS代码混淆及编译的自动化脚本方案,支持swift、m、c、cpp和h文件类型的混淆,使用编译时混淆的策略,不影响源码阅读,只需在想要混淆的函数名或者变量名前加个private_即可,可通过函数实现安全混淆、去混淆、混淆再编译。☆86Updated 7 years ago
- 一种轻量级的可以通过苹果审核的热修复方案,可以替代JSPatch的热修复方案。