rhythmkay / PGOAnalyzer
support for iOS objc application's binary layout.二进制重排trace生成order_file以及order_string
☆42Updated 5 years ago
Alternatives and similar repositories for PGOAnalyzer:
Users that are interested in PGOAnalyzer are comparing it to the libraries listed below
- Auto monitor Objective-C Zombie object in iOS,and could trace Zombie object Class info,release stack☆74Updated 6 years ago
- 仿照KVO实现原理,构建AOP(切面范式)编程模式中逻辑注入的基础组件库。核心机制复杂,但是代码简单。主要依赖isa-swizzing和method-swizzing两项技术。该库主要针对于instance进行业务逻辑注入,只对一个内存实例生效,而不是一整个类。因而,具有场…☆30Updated 3 years ago
- 使用 __attribute__ 实现编译期自动注册,将数据写入 mach-o 文件,启动时读出数据执行启动项,通过自注册形式,实现模块的可插拔,实现 App 启动项执行流程规范化管理,该方案也是 load 方法的一个替代方案,简单理解为一种快速写入和读取配置表的类似技术。☆90Updated 5 years ago
- Accurate measurement of pre-main phase time☆26Updated 4 years ago
- Networking based on curl☆49Updated 7 years ago
- Swift版轻量卡顿监控工具,支持主线程和子线程,一句代码即可轻松集成。☆83Updated 5 years ago
- ☆34Updated 6 years ago
- convert Objective-C to mango script//github.com/YPLiang19/Mango☆88Updated 6 months ago
- 获取调用堆栈☆34Updated 4 years ago
- 活用category的组件通信框架☆95Updated 6 years ago
- 一次高效的依赖注入☆60Updated 6 years ago
- 小专栏【iOS开发之深入理解runtime】(https://xiaozhuanlan.com/runtime) 的配套Demo☆33Updated 9 months ago
- An accurate and simple tool uses KVO to measure the time cost of every view controller.☆67Updated 6 years ago
- 使用oclint检测代码,为了方便写了一些脚本☆54Updated 6 years ago
- 二进制文件服务器 (辅助组件二进制化)☆29Updated last year
- iOS 面试题词条库☆42Updated 2 years ago
- A expandable and flexible log framework for iOS. iOS一个灵活、可扩展的日志组件。☆89Updated 6 years ago
- ☆17Updated last year
- A strong tool to check unused and repeat images in project on MacOS platform use swift.☆28Updated 4 years ago
- FishBind可以轻松的实现对象间消息的绑定。支持绑定属性、方法、block。支持单向绑定&双向绑定。☆80Updated 6 years ago
- NNPopObjc is inspired by protocol oriented programming( 面向协议编程 ), it provides extensibility for the protocol.☆31Updated 4 years ago
- 解析iOS crash 工具☆62Updated 7 years ago
- iOS 组件二进制化方案☆43Updated 3 years ago
- iOS A/B Test 协议分发器☆40Updated 8 years ago
- a demo for monitoring main thread☆38Updated 8 years ago
- a lite ios hotfix solution based on Aspects☆54Updated 5 years ago
- 适用于 OC类似的 SwiftUI 库(快速构建 UI 框架)☆20Updated 3 years ago
- A lightweight thread method call stack printing tool.☆31Updated 4 years ago
- 使用clang插件完成iOS代码风格检查。