Soulghost / DyamkLinks
iOS native code injector at runtime, only for debug.
☆67Updated 5 years ago
Alternatives and similar repositories for Dyamk
Users that are interested in Dyamk are comparing it to the libraries listed below
Sorting:
- Tracking block args of Objective-C method based on BlockHook☆78Updated 3 years ago
- 基于JS的热更新.☆25Updated 5 years ago
- 基于 MonkeyDev 对 WeChat 的个人扩展☆77Updated 7 years ago
- FishBind可以轻松的实现对象间消息的绑定。支持绑定属性、方法、block。支持单向绑定&双向绑定。☆80Updated 7 years ago
- 一种轻量级的可以 通过苹果审核的热修复方案,可以替代JSPatch的热修复方案。☆120Updated 7 years ago
- symdl is a simple little tool, its function is very similar to dlsym, with symdl, you can pass any global C function name string, so as t…☆73Updated last year
- 一个无侵入的 iOS crash 防护框架☆41Updated 8 years ago
- Assistive Button imitate the iOS system AssistiveTouch☆114Updated 3 years ago
- A runtime block hook mechanism(一个运行时的 block hook 机制)。☆120Updated 4 years ago
- Stinger is a high-efficiency library with great compatibility, for aop in Objective-C, using libffi.☆51Updated 6 years ago
- stable libffi library for iOS (i386, x86_64, armv7, arm64) which has been fully verified☆95Updated 7 years ago
- 获取调用堆栈☆34Updated 4 years ago
- 使用 FLEX 调试任意第三方应用☆70Updated 8 years ago
- A simple Reveal Loader for iOS 11☆51Updated 7 years ago
- 静态插桩的方式来实现Hook Method☆156Updated 5 years ago
- 读<iOS监控编程>☆21Updated 5 years ago
- Search and download decrypted IPA file from 3rd-party App Store.☆196Updated 8 years ago
- dyld源码分析,dyld加载一个程序的大致过程☆32Updated 9 years ago
- ☆134Updated 6 years ago
- 可对 Xcode 项目工程所有的 objective-c 文件内包含的明文进行加密混淆,提高逆向分析难度。☆158Updated 6 years ago
- ☆55Updated 8 years ago
- App脚本重签名☆34Updated 5 years ago
- A hotfix library based on flex/yacc. You can call any Objective-C class and method using DynamicOC.☆236Updated 5 years ago
- ☆48Updated 4 years ago
- MachOView fork☆35Updated 6 years ago
- Copy from ios-class-guard, origin is unavailable☆27Updated 8 years ago
- 小专栏【iOS开发之深入理解runtime】(https://xiaozhuanlan.com/runtime) 的配套Demo☆33Updated last year
- An iOS runtime debugger☆130Updated 4 years ago
- hook objc_msgSend☆90Updated 11 years ago
- 仿照KVO实现原理,构建AOP(切面范式)编程模式中逻辑注入的基础组件库。核心机制复杂,但是代码简单。主要依赖isa-swizzing和method-swizzing两项技术。该库主要针对于instance进行业务逻辑注入,只对一个内存实例生效,而不是一整个类。因而,具有场…☆30Updated 3 years ago