https://github.com/codermjlee/mjcript
【越狱-逆向】基于Cycript实现的一些实用函数
https://github.com/codermjlee/mjcript
cycript reverse-engineering
Last synced: 3 months ago
JSON representation
【越狱-逆向】基于Cycript实现的一些实用函数
- Host: GitHub
- URL: https://github.com/codermjlee/mjcript
- Owner: CoderMJLee
- License: mit
- Created: 2018-01-17T05:30:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T09:01:57.000Z (almost 7 years ago)
- Last Synced: 2025-01-03T19:21:32.550Z (4 months ago)
- Topics: cycript, reverse-engineering
- Language: Cycript
- Homepage:
- Size: 12.7 KB
- Stars: 721
- Watchers: 18
- Forks: 188
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mjcript
- 基于Cycript实现的一些实用函数## 安装
### 1、下载mjcript库
### 2、将`mjcript.cy`文件拖到`/usr/lib/cycript0.9`
### 3、SSH连接iOS设备

### 4、使用Cycript监听APP,通过@import导入mjcript

## 用法
### 一些常用属性
### 拿到显示在最前面的控制器

### 获得某个类的对象方法名列表,支持正则表达式查询
### 更多用法,可以打开`mjcript.cy`文件