• Stars
    star
    710
  • Rank 61,526 (Top 2 %)
  • Language Cycript
  • License
    MIT License
  • Created over 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

【越狱-逆向】基于Cycript实现的一些实用函数

mjcript

  • 基于Cycript实现的一些实用函数

安装

1、下载mjcript库

2、将mjcript.cy文件拖到/usr/lib/cycript0.9

3、SSH连接iOS设备

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

用法

一些常用属性

 

拿到显示在最前面的控制器

 

 

获得某个类的对象方法名列表,支持正则表达式查询

 

更多用法,可以打开mjcript.cy文件