muzipiao / LFPhoneInfoLinks
iOS 快速获取硬件信息。
☆157Updated 3 years ago
Alternatives and similar repositories for LFPhoneInfo
Users that are interested in LFPhoneInfo are comparing it to the libraries listed below
Sorting:
- 基于NSURLProtocol一句话实现iOS应用底层所有网络请求拦截(含网页ajax请求拦截【不支持WKWebView】)、一句话实现防抓包(使Thor,Charles,Burp等代理抓包方式全部失效,且即使开启了代理,也不影响App内部的正常请求)。包含http-dns…☆353Updated 2 years ago
- 有关iOS安全加固的几种方法,代码混淆,类名方法名混淆等攻防技术☆181Updated 6 years ago
- iOS 系统隐私权限检测工具。iOS system privacy permission check tools.☆211Updated 4 years ago
- 深入理解 iOS 热修复原理☆165Updated 3 years ago
- VTAntiScreenCapture是个简单的iOS下防止截屏的库☆105Updated 6 years ago
- QiLagMonitor is an iOS performance detection tool, which can monitor method time and method call stack through hook objc_msgsend.☆133Updated last year
- 静态插桩的方式来实现Hook Method☆155Updated 5 years ago
- 一个无侵入的 iOS crash 防护框架,基于 Swizzle Method 的 Crash 防护。能有效的防止代码潜在的crash,自动在app运行时实时捕获导致app崩溃的破环因子,使app避免崩溃,照样可以继续正常运行。 主要参考了《大白健康系统--iOS APP…