Nemocdz / iOSHttpProxyDemo
实现 HTTP 代理
☆43Updated 3 years ago
Alternatives and similar repositories for iOSHttpProxyDemo:
Users that are interested in iOSHttpProxyDemo are comparing it to the libraries listed below
- 检测/监测文件,文件夹的变化☆44Updated 8 years ago
- VTAntiScreenCapture是个简单的iOS下防止截屏的库☆104Updated 6 years ago
- 一种轻量级的可以通过苹果审核的热修复方案,可以替代JSPatch的热修复方案。☆121Updated 6 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
- 解决子进程50M问题☆38Updated 4 years ago
- convert Objective-C to mango script//github.com/YPLiang19/Mango☆89Updated last month
- iOS Router(Base on ExportSymbol)☆38Updated 4 years ago
- iOS网络请求监控☆100Updated 4 years ago
- Apple's Network Extension Demo fully updated to Swift 3.0☆38Updated 7 years ago
- otool -ov生成的文件分析,查找无用的class和无用的类☆31Updated 3 years ago
- 获取调用堆栈☆34Updated 4 years ago
- Support Python 3☆17Updated 5 years ago
- 一个无侵入的 iOS crash 防护框架☆41Updated 7 years ago
- 使用 Lookin 查看 iOS 越狱设备上所有的 App☆34Updated 5 years ago
- 🔥Objective-c解释器,动态执行下发的OC代码、OC热修☆35Updated 3 years ago
- ios7 之后获取 ios设备mac(物理地址)☆39Updated 7 years ago
- iOS ping(ICMP)网络测试demo☆38Updated 8 years ago
- 编译调试Swift源码,因为整个swift-source太大,这里只上传macOS编译结果- 大家clone 之后需要修改一下环境参数☆23Updated 4 years ago
- iOS file browser written in Objective-C☆37Updated 6 months ago
- iOS 使用NetworkExtension创建 VPN☆54Updated 11 months ago
- 基于 MonkeyDev 对 WeChat 的个人扩展☆77Updated 7 years ago
- FishBind可以轻松的实现对象间消息的绑定。支持绑定属性、方法、block。支持单向绑定&双向绑定。☆80Updated 6 years ago
- 沉浸式iOS热更新,动态化方案,Objective-C,Swift,hotfix☆24Updated last year
- support for iOS objc application's binary layout.二进制重排trace生成order_file以及order_string☆42Updated 5 years ago
- Tracking block args of Objective-C method based on BlockHook☆78Updated 3 years ago
- A runtime block hook mechanism(一个运行时的 block hook 机制)。☆120Updated 3 years ago
- 检测主线程卡顿,输出卡顿发生时的堆栈信息. Detect main thread slow ,and output stack symbols.☆33Updated 5 years ago
- Auto monitor Objective-C Zombie object in iOS,and could trace Zombie object Class info,release stack☆74Updated 6 years ago
- 使用 __attribute__ 实现编译期自动注册,将数据写入 mach-o 文件,启动时读出数据执行启动项,通过自注册形式,实现模块的可插拔,实现 App 启动项执行流程规范化管理,该方案也是 load 方法的一个替代方案,简单理解为一种快速写入和读取配置表的类似技术。☆90Updated 5 years ago
- 本文将介绍iOS代码混淆及编译的自动化脚本方案,支持swift、m、c、cpp和h文件类型的混淆,使用编译时混淆的策略,不影响源码阅读,只需在想要混淆的函数名或者变量名前加个private_即可,可通过函数实现安全混淆、去混淆、混淆再编译。☆86Updated 6 years ago