Skip to content

【越狱-逆向】处理iOS APP信息的命令行工具

License

Notifications You must be signed in to change notification settings

2667/MJAppTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MJAppTools

处理iOS APP信息的命令行工具

目前已有的功能

  • 彩色打印 + 正则搜索
    • 列出用户安装的所有应用
    • 列出用户安装的所有加壳应用
    • 列出用户安装的所有脱壳应用
  • 应用信息
    • 应用名称
    • Bundle Identifier
    • Bundle URL
    • 架构信息(Architecture)
      • 架构名称(Architecture Name)
      • 加壳信息(Cryptid)

安装

1、下载MJAppTools项目

2、编译

  • make(或者用Xcode打开项目Command+B编译一下)

  • 生成命令行工具

3、将命令行工具存放到手机的/usr/bin目录

4、在手机上设置可执行权限

5、开始使用MJAppTools

用法

搜索用户安装的所有应用

支持正则搜索

About

【越狱-逆向】处理iOS APP信息的命令行工具

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 97.8%
  • Makefile 2.2%